Html Css Color HEX #BBA01E Buddha Gold

📋 copy color: '#BBA01E'

red 187 ◦ green 160 ◦ blue 30

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

Shades of Buddha Gold #BBA01E

Tints of Buddha Gold #BBA01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.96%

R = 49.6%
G = 42.44%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BBA01E (or 0xBBA01E) is known color: Buddha Gold. HEX triplet: BB, A0 and 1E. RGB value is (187,160,30). Sum of RGB (Red+Green+Blue) = 187+160+30=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA01E is #445FE1. Grayscale: #999999. Windows color (decimal): -4480994 or 2007227. OLE color: 2007227.

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

Color convert

RGB 187 160 30 -
CMYK 0 0.14 0.84 0.27
HSL 49.68º 0.72% 0.43% -
HSV(B) 49.68º 0.84% 0.73% -
XYZ 33.3 35.8 6.38 -
YUV 153.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 187 160 30 0 0.14 0.84 0.27 49.68 0.72 0.43
Hex BB A0 1E 0 E 54 1B 32 48 2B
Octal 273 240 36 0 16 124 33 62 110 53
Binary 10111011 10100000 11110 0 1110 1010100 11011 110010 1001000 101011

Color Harmonies of #BBA01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA01E

Black with #BBA01E

Text Example


Text Example

White with #BBA01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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