Html Css Color HEX #BB9214 Buddha Gold

📋 copy color: '#BB9214'

red 187 ◦ green 146 ◦ blue 20

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

Shades of Buddha Gold #BB9214

Tints of Buddha Gold #BB9214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.36%

 BLUE value IS 20 (8.2% from 255) = 5.67%

R = 52.97%
G = 41.36%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB9214 (or 0xBB9214) is known color: Buddha Gold. HEX triplet: BB, 92 and 14. RGB value is (187,146,20). Sum of RGB (Red+Green+Blue) = 187+146+20=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9214 is #446DEB. Grayscale: #909090. Windows color (decimal): -4484588 or 1348283. OLE color: 1348283.

HSL color Cylindrical-coordinate representation of color #BB9214: hue angle of 45.27º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB9214 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 146 20 -
CMYK 0 0.22 0.89 0.27
HSL 45.27º 0.81% 0.41% -
HSV(B) 45.27º 0.89% 0.73% -
XYZ 30.9 31.17 5.05 -
YUV 143.9 58.08 158.75 -
System Red Green Blue C M Y K H S L
Decimal 187 146 20 0 0.22 0.89 0.27 45.27 0.81 0.41
Hex BB 92 14 0 16 59 1B 2D 51 29
Octal 273 222 24 0 26 131 33 55 121 51
Binary 10111011 10010010 10100 0 10110 1011001 11011 101101 1010001 101001

Color Harmonies of #BB9214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9214

Black with #BB9214

Text Example


Text Example

White with #BB9214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9214; }

 p { color: rgb(187,146,20); }

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

background-color css

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

 a { background-color: rgb(187,146,20); }

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

border-color css

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

 span { border-color: rgb(187,146,20); }

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