Html Css Color HEX #BBA018 Buddha Gold

📋 copy color: '#BBA018'

red 187 ◦ green 160 ◦ blue 24

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

Shades of Buddha Gold #BBA018

Tints of Buddha Gold #BBA018

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.13%

 BLUE value IS 24 (9.77% from 255) = 6.47%

R = 50.4%
G = 43.13%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBA018 (or 0xBBA018) is known color: Buddha Gold. HEX triplet: BB, A0 and 18. RGB value is (187,160,24). Sum of RGB (Red+Green+Blue) = 187+160+24=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA018 is #445FE7. Grayscale: #999999. Windows color (decimal): -4481000 or 1614011. OLE color: 1614011.

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

Color convert

RGB 187 160 24 -
CMYK 0 0.14 0.87 0.27
HSL 50.06º 0.77% 0.41% -
HSV(B) 50.06º 0.87% 0.73% -
XYZ 33.23 35.77 6.02 -
YUV 152.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 187 160 24 0 0.14 0.87 0.27 50.06 0.77 0.41
Hex BB A0 18 0 E 57 1B 32 4D 29
Octal 273 240 30 0 16 127 33 62 115 51
Binary 10111011 10100000 11000 0 1110 1010111 11011 110010 1001101 101001

Color Harmonies of #BBA018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA018

Black with #BBA018

Text Example


Text Example

White with #BBA018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA018; }

 p { color: rgb(187,160,24); }

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

background-color css

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

 a { background-color: rgb(187,160,24); }

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

border-color css

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

 span { border-color: rgb(187,160,24); }

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