Html Css Color HEX #BB9710 Buddha Gold

📋 copy color: '#BB9710'

red 187 ◦ green 151 ◦ blue 16

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

Shades of Buddha Gold #BB9710

Tints of Buddha Gold #BB9710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.66%

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

R = 52.82%
G = 42.66%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB9710 (or 0xBB9710) is known color: Buddha Gold. HEX triplet: BB, 97 and 10. RGB value is (187,151,16). Sum of RGB (Red+Green+Blue) = 187+151+16=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9710 is #4468EF. Grayscale: #929292. Windows color (decimal): -4483312 or 1087419. OLE color: 1087419.

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

Color convert

RGB 187 151 16 -
CMYK 0 0.19 0.91 0.27
HSL 47.37º 0.84% 0.4% -
HSV(B) 47.37º 0.91% 0.73% -
XYZ 31.65 32.74 5.14 -
YUV 146.37 54.43 156.98 -
System Red Green Blue C M Y K H S L
Decimal 187 151 16 0 0.19 0.91 0.27 47.37 0.84 0.4
Hex BB 97 10 0 13 5B 1B 2F 54 28
Octal 273 227 20 0 23 133 33 57 124 50
Binary 10111011 10010111 10000 0 10011 1011011 11011 101111 1010100 101000

Color Harmonies of #BB9710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9710

Black with #BB9710

Text Example


Text Example

White with #BB9710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9710; }

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

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

background-color css

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

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

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

border-color css

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

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

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