Html Css Color HEX #BBA201 Buddha Gold

📋 copy color: '#BBA201'

red 187 ◦ green 162 ◦ blue 1

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

Shades of Buddha Gold #BBA201

Tints of Buddha Gold #BBA201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.29%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 53.43%
G = 46.29%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBA201 (or 0xBBA201) is known color: Buddha Gold. HEX triplet: BB, A2 and 01. RGB value is (187,162,1). Sum of RGB (Red+Green+Blue) = 187+162+1=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA201 is #445DFE. Grayscale: #979797. Windows color (decimal): -4480511 or 107195. OLE color: 107195.

HSL color Cylindrical-coordinate representation of color #BBA201: hue angle of 51.94º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBA201 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 162 1 -
CMYK 0 0.13 0.99 0.27
HSL 51.94º 0.99% 0.37% -
HSV(B) 51.94º 0.99% 0.73% -
XYZ 33.42 36.41 5.29 -
YUV 151.12 43.28 153.59 -
System Red Green Blue C M Y K H S L
Decimal 187 162 1 0 0.13 0.99 0.27 51.94 0.99 0.37
Hex BB A2 1 0 D 63 1B 34 63 25
Octal 273 242 1 0 15 143 33 64 143 45
Binary 10111011 10100010 1 0 1101 1100011 11011 110100 1100011 100101

Color Harmonies of #BBA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA201

Black with #BBA201

Text Example


Text Example

White with #BBA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA201; }

 p { color: rgb(187,162,1); }

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

background-color css

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

 a { background-color: rgb(187,162,1); }

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

border-color css

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

 span { border-color: rgb(187,162,1); }

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