Html Css Color HEX #BB9319 Buddha Gold

📋 copy color: '#BB9319'

red 187 ◦ green 147 ◦ blue 25

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

Shades of Buddha Gold #BB9319

Tints of Buddha Gold #BB9319

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.95%

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

R = 52.09%
G = 40.95%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB9319 (or 0xBB9319) is known color: Buddha Gold. HEX triplet: BB, 93 and 19. RGB value is (187,147,25). Sum of RGB (Red+Green+Blue) = 187+147+25=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9319 is #446CE6. Grayscale: #919191. Windows color (decimal): -4484327 or 1676219. OLE color: 1676219.

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

Color convert

RGB 187 147 25 -
CMYK 0 0.21 0.87 0.27
HSL 45.19º 0.76% 0.42% -
HSV(B) 45.19º 0.87% 0.73% -
XYZ 31.1 31.5 5.36 -
YUV 145.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 187 147 25 0 0.21 0.87 0.27 45.19 0.76 0.42
Hex BB 93 19 0 15 57 1B 2D 4C 2A
Octal 273 223 31 0 25 127 33 55 114 52
Binary 10111011 10010011 11001 0 10101 1010111 11011 101101 1001100 101010

Color Harmonies of #BB9319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9319

Black with #BB9319

Text Example


Text Example

White with #BB9319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9319; }

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

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

background-color css

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

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

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

border-color css

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

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

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