Html Css Color HEX #BBA10E Buddha Gold

📋 copy color: '#BBA10E'

red 187 ◦ green 161 ◦ blue 14

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

Shades of Buddha Gold #BBA10E

Tints of Buddha Gold #BBA10E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.48%

 BLUE value IS 14 (5.86% from 255) = 3.87%

R = 51.66%
G = 44.48%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BBA10E (or 0xBBA10E) is known color: Buddha Gold. HEX triplet: BB, A1 and 0E. RGB value is (187,161,14). Sum of RGB (Red+Green+Blue) = 187+161+14=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA10E is #445EF1. Grayscale: #989898. Windows color (decimal): -4480754 or 958907. OLE color: 958907.

HSL color Cylindrical-coordinate representation of color #BBA10E: hue angle of 50.98º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBA10E is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 161 14 -
CMYK 0 0.14 0.93 0.27
HSL 50.98º 0.86% 0.39% -
HSV(B) 50.98º 0.93% 0.73% -
XYZ 33.32 36.09 5.62 -
YUV 152.02 50.11 152.95 -
System Red Green Blue C M Y K H S L
Decimal 187 161 14 0 0.14 0.93 0.27 50.98 0.86 0.39
Hex BB A1 E 0 E 5D 1B 33 56 27
Octal 273 241 16 0 16 135 33 63 126 47
Binary 10111011 10100001 1110 0 1110 1011101 11011 110011 1010110 100111

Color Harmonies of #BBA10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA10E

Black with #BBA10E

Text Example


Text Example

White with #BBA10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA10E; }

 p { color: rgb(187,161,14); }

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

background-color css

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

 a { background-color: rgb(187,161,14); }

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

border-color css

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

 span { border-color: rgb(187,161,14); }

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