Html Css Color HEX #BE961B Buddha Gold

📋 copy color: '#BE961B'

red 190 ◦ green 150 ◦ blue 27

#BE961B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #BE961B

Tints of Buddha Gold #BE961B

RGB

 RED value IS 190 (74.61% from 255) = 51.77%

 GREEN value IS 150 (58.98% from 255) = 40.87%

 BLUE value IS 27 (10.94% from 255) = 7.36%

R = 51.77%
G = 40.87%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE961B (or 0xBE961B) is known color: Buddha Gold. HEX triplet: BE, 96 and 1B. RGB value is (190,150,27). Sum of RGB (Red+Green+Blue) = 190+150+27=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE961B is #4169E4. Grayscale: #949494. Windows color (decimal): -4286949 or 1808062. OLE color: 1808062.

HSL color Cylindrical-coordinate representation of color #BE961B: hue angle of 45.28º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE961B is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 150 27 -
CMYK 0 0.21 0.86 0.25
HSL 45.28º 0.75% 0.43% -
HSV(B) 45.28º 0.86% 0.75% -
XYZ 32.34 32.84 5.67 -
YUV 147.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 190 150 27 0 0.21 0.86 0.25 45.28 0.75 0.43
Hex BE 96 1B 0 15 56 19 2D 4B 2B
Octal 276 226 33 0 25 126 31 55 113 53
Binary 10111110 10010110 11011 0 10101 1010110 11001 101101 1001011 101011

Color Harmonies of #BE961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE961B

Black with #BE961B

Text Example


Text Example

White with #BE961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE961B; }

 p { color: rgb(190,150,27); }

 H1.HeaderClassName
 {
   color: #BE961B;
 }
 .AnyTagClassName
 {
   color: #BE961B;
 }
</style>

background-color css

<style>
 a { background-color: #BE961B; }

 a { background-color: rgb(190,150,27); }

 div.DivClassName
 {
   background-color: #BE961B;
 }
 .BgClassName
 {
   background-color: #BE961B;
 }
</style>

border-color css

<style>
 span { border-color: #BE961B; }

 span { border-color: rgb(190,150,27); }

 td.TdClassName
 {
   border-color: #BE961B;
 }
 .TagClassName
 {
   border-color: #BE961B;
 }
</style>