Html Css Color HEX #BB9F1E Buddha Gold

📋 copy color: '#BB9F1E'

red 187 ◦ green 159 ◦ blue 30

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

Shades of Buddha Gold #BB9F1E

Tints of Buddha Gold #BB9F1E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.29%

 BLUE value IS 30 (12.11% from 255) = 7.98%

R = 49.73%
G = 42.29%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB9F1E (or 0xBB9F1E) is known color: Buddha Gold. HEX triplet: BB, 9F and 1E. RGB value is (187,159,30). Sum of RGB (Red+Green+Blue) = 187+159+30=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9F1E is #4460E1. Grayscale: #999999. Windows color (decimal): -4481250 or 2006971. OLE color: 2006971.

HSL color Cylindrical-coordinate representation of color #BB9F1E: hue angle of 49.3º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB9F1E is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 159 30 -
CMYK 0 0.15 0.84 0.27
HSL 49.3º 0.72% 0.43% -
HSV(B) 49.3º 0.84% 0.73% -
XYZ 33.13 35.45 6.33 -
YUV 152.67 58.78 152.49 -
System Red Green Blue C M Y K H S L
Decimal 187 159 30 0 0.15 0.84 0.27 49.3 0.72 0.43
Hex BB 9F 1E 0 F 54 1B 31 48 2B
Octal 273 237 36 0 17 124 33 61 110 53
Binary 10111011 10011111 11110 0 1111 1010100 11011 110001 1001000 101011

Color Harmonies of #BB9F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F1E

Black with #BB9F1E

Text Example


Text Example

White with #BB9F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F1E; }

 p { color: rgb(187,159,30); }

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

background-color css

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

 a { background-color: rgb(187,159,30); }

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

border-color css

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

 span { border-color: rgb(187,159,30); }

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