Html Css Color HEX #BB9A0D Buddha Gold

📋 copy color: '#BB9A0D'

red 187 ◦ green 154 ◦ blue 13

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

Shades of Buddha Gold #BB9A0D

Tints of Buddha Gold #BB9A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.67%

R = 52.82%
G = 43.5%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB9A0D (or 0xBB9A0D) is known color: Buddha Gold. HEX triplet: BB, 9A and 0D. RGB value is (187,154,13). Sum of RGB (Red+Green+Blue) = 187+154+13=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9A0D is #4465F2. Grayscale: #949494. Windows color (decimal): -4482547 or 891579. OLE color: 891579.

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

Color convert

RGB 187 154 13 -
CMYK 0 0.18 0.93 0.27
HSL 48.62º 0.87% 0.39% -
HSV(B) 48.62º 0.93% 0.73% -
XYZ 32.12 33.71 5.19 -
YUV 147.79 51.93 155.96 -
System Red Green Blue C M Y K H S L
Decimal 187 154 13 0 0.18 0.93 0.27 48.62 0.87 0.39
Hex BB 9A D 0 12 5D 1B 31 57 27
Octal 273 232 15 0 22 135 33 61 127 47
Binary 10111011 10011010 1101 0 10010 1011101 11011 110001 1010111 100111

Color Harmonies of #BB9A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9A0D

Black with #BB9A0D

Text Example


Text Example

White with #BB9A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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