Html Css Color HEX #BB9F1D Buddha Gold

📋 copy color: '#BB9F1D'

red 187 ◦ green 159 ◦ blue 29

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

Shades of Buddha Gold #BB9F1D

Tints of Buddha Gold #BB9F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.73%

R = 49.87%
G = 42.4%
B = 7.73%

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

#BB9F1D (or 0xBB9F1D) is known color: Buddha Gold. HEX triplet: BB, 9F and 1D. RGB value is (187,159,29). Sum of RGB (Red+Green+Blue) = 187+159+29=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9F1D is #4460E2. Grayscale: #999999. Windows color (decimal): -4481251 or 1941435. OLE color: 1941435.

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

Color convert

RGB 187 159 29 -
CMYK 0 0.15 0.84 0.27
HSL 49.37º 0.73% 0.42% -
HSV(B) 49.37º 0.84% 0.73% -
XYZ 33.11 35.45 6.26 -
YUV 152.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 187 159 29 0 0.15 0.84 0.27 49.37 0.73 0.42
Hex BB 9F 1D 0 F 54 1B 31 49 2A
Octal 273 237 35 0 17 124 33 61 111 52
Binary 10111011 10011111 11101 0 1111 1010100 11011 110001 1001001 101010

Color Harmonies of #BB9F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F1D

Black with #BB9F1D

Text Example


Text Example

White with #BB9F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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