Html Css Color HEX #BB9D1B Buddha Gold

📋 copy color: '#BB9D1B'

red 187 ◦ green 157 ◦ blue 27

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

Shades of Buddha Gold #BB9D1B

Tints of Buddha Gold #BB9D1B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.32%

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

R = 50.4%
G = 42.32%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB9D1B (or 0xBB9D1B) is known color: Buddha Gold. HEX triplet: BB, 9D and 1B. RGB value is (187,157,27). Sum of RGB (Red+Green+Blue) = 187+157+27=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9D1B is #4462E4. Grayscale: #979797. Windows color (decimal): -4481765 or 1809851. OLE color: 1809851.

HSL color Cylindrical-coordinate representation of color #BB9D1B: hue angle of 48.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB9D1B is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 157 27 -
CMYK 0 0.16 0.86 0.27
HSL 48.75º 0.75% 0.42% -
HSV(B) 48.75º 0.86% 0.73% -
XYZ 32.75 34.76 6.02 -
YUV 151.15 57.94 153.57 -
System Red Green Blue C M Y K H S L
Decimal 187 157 27 0 0.16 0.86 0.27 48.75 0.75 0.42
Hex BB 9D 1B 0 10 56 1B 31 4B 2A
Octal 273 235 33 0 20 126 33 61 113 52
Binary 10111011 10011101 11011 0 10000 1010110 11011 110001 1001011 101010

Color Harmonies of #BB9D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9D1B

Black with #BB9D1B

Text Example


Text Example

White with #BB9D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9D1B; }

 p { color: rgb(187,157,27); }

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

background-color css

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

 a { background-color: rgb(187,157,27); }

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

border-color css

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

 span { border-color: rgb(187,157,27); }

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