Html Css Color HEX #BBA117 Buddha Gold

📋 copy color: '#BBA117'

red 187 ◦ green 161 ◦ blue 23

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

Shades of Buddha Gold #BBA117

Tints of Buddha Gold #BBA117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.2%

R = 50.4%
G = 43.4%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BBA117 (or 0xBBA117) is known color: Buddha Gold. HEX triplet: BB, A1 and 17. RGB value is (187,161,23). Sum of RGB (Red+Green+Blue) = 187+161+23=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA117 is #445EE8. Grayscale: #999999. Windows color (decimal): -4480745 or 1548731. OLE color: 1548731.

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

Color convert

RGB 187 161 23 -
CMYK 0 0.14 0.88 0.27
HSL 50.49º 0.78% 0.41% -
HSV(B) 50.49º 0.88% 0.73% -
XYZ 33.39 36.12 6.02 -
YUV 153.04 54.61 152.22 -
System Red Green Blue C M Y K H S L
Decimal 187 161 23 0 0.14 0.88 0.27 50.49 0.78 0.41
Hex BB A1 17 0 E 58 1B 32 4E 29
Octal 273 241 27 0 16 130 33 62 116 51
Binary 10111011 10100001 10111 0 1110 1011000 11011 110010 1001110 101001

Color Harmonies of #BBA117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA117

Black with #BBA117

Text Example


Text Example

White with #BBA117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA117; }

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

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

background-color css

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

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

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

border-color css

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

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

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