Html Css Color HEX #BB9819 Buddha Gold

📋 copy color: '#BB9819'

red 187 ◦ green 152 ◦ blue 25

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

Shades of Buddha Gold #BB9819

Tints of Buddha Gold #BB9819

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.76%

 BLUE value IS 25 (10.16% from 255) = 6.87%

R = 51.37%
G = 41.76%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB9819 (or 0xBB9819) is known color: Buddha Gold. HEX triplet: BB, 98 and 19. RGB value is (187,152,25). Sum of RGB (Red+Green+Blue) = 187+152+25=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9819 is #4467E6. Grayscale: #949494. Windows color (decimal): -4483047 or 1677499. OLE color: 1677499.

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

Color convert

RGB 187 152 25 -
CMYK 0 0.19 0.87 0.27
HSL 47.04º 0.76% 0.42% -
HSV(B) 47.04º 0.87% 0.73% -
XYZ 31.9 33.09 5.63 -
YUV 147.99 58.6 155.83 -
System Red Green Blue C M Y K H S L
Decimal 187 152 25 0 0.19 0.87 0.27 47.04 0.76 0.42
Hex BB 98 19 0 13 57 1B 2F 4C 2A
Octal 273 230 31 0 23 127 33 57 114 52
Binary 10111011 10011000 11001 0 10011 1010111 11011 101111 1001100 101010

Color Harmonies of #BB9819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9819

Black with #BB9819

Text Example


Text Example

White with #BB9819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9819; }

 p { color: rgb(187,152,25); }

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

background-color css

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

 a { background-color: rgb(187,152,25); }

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

border-color css

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

 span { border-color: rgb(187,152,25); }

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