Html Css Color HEX #BBA01F Buddha Gold

📋 copy color: '#BBA01F'

red 187 ◦ green 160 ◦ blue 31

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

Shades of Buddha Gold #BBA01F

Tints of Buddha Gold #BBA01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.2%

R = 49.47%
G = 42.33%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBA01F (or 0xBBA01F) is known color: Buddha Gold. HEX triplet: BB, A0 and 1F. RGB value is (187,160,31). Sum of RGB (Red+Green+Blue) = 187+160+31=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA01F is #445FE0. Grayscale: #999999. Windows color (decimal): -4480993 or 2072763. OLE color: 2072763.

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

Color convert

RGB 187 160 31 -
CMYK 0 0.14 0.83 0.27
HSL 49.62º 0.72% 0.43% -
HSV(B) 49.62º 0.83% 0.73% -
XYZ 33.31 35.81 6.45 -
YUV 153.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 187 160 31 0 0.14 0.83 0.27 49.62 0.72 0.43
Hex BB A0 1F 0 E 53 1B 32 48 2B
Octal 273 240 37 0 16 123 33 62 110 53
Binary 10111011 10100000 11111 0 1110 1010011 11011 110010 1001000 101011

Color Harmonies of #BBA01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA01F

Black with #BBA01F

Text Example


Text Example

White with #BBA01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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