Html Css Color HEX #BBA01A Buddha Gold

📋 copy color: '#BBA01A'

red 187 ◦ green 160 ◦ blue 26

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

Shades of Buddha Gold #BBA01A

Tints of Buddha Gold #BBA01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.97%

R = 50.13%
G = 42.9%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BBA01A (or 0xBBA01A) is known color: Buddha Gold. HEX triplet: BB, A0 and 1A. RGB value is (187,160,26). Sum of RGB (Red+Green+Blue) = 187+160+26=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA01A is #445FE5. Grayscale: #999999. Windows color (decimal): -4480998 or 1745083. OLE color: 1745083.

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

Color convert

RGB 187 160 26 -
CMYK 0 0.14 0.86 0.27
HSL 49.94º 0.76% 0.42% -
HSV(B) 49.94º 0.86% 0.73% -
XYZ 33.25 35.78 6.13 -
YUV 152.8 56.45 152.4 -
System Red Green Blue C M Y K H S L
Decimal 187 160 26 0 0.14 0.86 0.27 49.94 0.76 0.42
Hex BB A0 1A 0 E 56 1B 32 4C 2A
Octal 273 240 32 0 16 126 33 62 114 52
Binary 10111011 10100000 11010 0 1110 1010110 11011 110010 1001100 101010

Color Harmonies of #BBA01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA01A

Black with #BBA01A

Text Example


Text Example

White with #BBA01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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