Html Css Color HEX #BB960B Buddha Gold

📋 copy color: '#BB960B'

red 187 ◦ green 150 ◦ blue 11

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

Shades of Buddha Gold #BB960B

Tints of Buddha Gold #BB960B

RGB

 RED value IS 187 (73.44% from 255) = 53.74%

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

 BLUE value IS 11 (4.69% from 255) = 3.16%

R = 53.74%
G = 43.1%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB960B (or 0xBB960B) is known color: Buddha Gold. HEX triplet: BB, 96 and 0B. RGB value is (187,150,11). Sum of RGB (Red+Green+Blue) = 187+150+11=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB960B is #4469F4. Grayscale: #919191. Windows color (decimal): -4483573 or 759483. OLE color: 759483.

HSL color Cylindrical-coordinate representation of color #BB960B: hue angle of 47.39º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB960B is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 150 11 -
CMYK 0 0.20 0.94 0.27
HSL 47.39º 0.89% 0.39% -
HSV(B) 47.39º 0.94% 0.73% -
XYZ 31.46 32.4 4.91 -
YUV 145.22 52.26 157.8 -
System Red Green Blue C M Y K H S L
Decimal 187 150 11 0 0.20 0.94 0.27 47.39 0.89 0.39
Hex BB 96 B 0 14 5E 1B 2F 59 27
Octal 273 226 13 0 24 136 33 57 131 47
Binary 10111011 10010110 1011 0 10100 1011110 11011 101111 1011001 100111

Color Harmonies of #BB960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB960B

Black with #BB960B

Text Example


Text Example

White with #BB960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB960B; }

 p { color: rgb(187,150,11); }

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

background-color css

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

 a { background-color: rgb(187,150,11); }

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

border-color css

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

 span { border-color: rgb(187,150,11); }

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