Html Css Color HEX #BB9A1E Buddha Gold

📋 copy color: '#BB9A1E'

red 187 ◦ green 154 ◦ blue 30

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

Shades of Buddha Gold #BB9A1E

Tints of Buddha Gold #BB9A1E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.51%

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

R = 50.4%
G = 41.51%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB9A1E (or 0xBB9A1E) is known color: Buddha Gold. HEX triplet: BB, 9A and 1E. RGB value is (187,154,30). Sum of RGB (Red+Green+Blue) = 187+154+30=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A1E is #4465E1. Grayscale: #969696. Windows color (decimal): -4482530 or 2005691. OLE color: 2005691.

HSL color Cylindrical-coordinate representation of color #BB9A1E: hue angle of 47.39º 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 #BB9A1E is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 154 30 -
CMYK 0 0.18 0.84 0.27
HSL 47.39º 0.72% 0.43% -
HSV(B) 47.39º 0.84% 0.73% -
XYZ 32.28 33.77 6.04 -
YUV 149.73 60.43 154.58 -
System Red Green Blue C M Y K H S L
Decimal 187 154 30 0 0.18 0.84 0.27 47.39 0.72 0.43
Hex BB 9A 1E 0 12 54 1B 2F 48 2B
Octal 273 232 36 0 22 124 33 57 110 53
Binary 10111011 10011010 11110 0 10010 1010100 11011 101111 1001000 101011

Color Harmonies of #BB9A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9A1E

Black with #BB9A1E

Text Example


Text Example

White with #BB9A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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