Html Css Color HEX #BB9310 Buddha Gold

📋 copy color: '#BB9310'

red 187 ◦ green 147 ◦ blue 16

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

Shades of Buddha Gold #BB9310

Tints of Buddha Gold #BB9310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.57%

R = 53.43%
G = 42%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB9310 (or 0xBB9310) is known color: Buddha Gold. HEX triplet: BB, 93 and 10. RGB value is (187,147,16). Sum of RGB (Red+Green+Blue) = 187+147+16=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9310 is #446CEF. Grayscale: #909090. Windows color (decimal): -4484336 or 1086395. OLE color: 1086395.

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

Color convert

RGB 187 147 16 -
CMYK 0 0.21 0.91 0.27
HSL 45.96º 0.84% 0.4% -
HSV(B) 45.96º 0.91% 0.73% -
XYZ 31.02 31.47 4.93 -
YUV 144.03 55.75 158.65 -
System Red Green Blue C M Y K H S L
Decimal 187 147 16 0 0.21 0.91 0.27 45.96 0.84 0.4
Hex BB 93 10 0 15 5B 1B 2E 54 28
Octal 273 223 20 0 25 133 33 56 124 50
Binary 10111011 10010011 10000 0 10101 1011011 11011 101110 1010100 101000

Color Harmonies of #BB9310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9310

Black with #BB9310

Text Example


Text Example

White with #BB9310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9310; }

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

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

background-color css

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

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

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

border-color css

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

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

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