Html Css Color HEX #BBA301 Buddha Gold

📋 copy color: '#BBA301'

red 187 ◦ green 163 ◦ blue 1

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

Shades of Buddha Gold #BBA301

Tints of Buddha Gold #BBA301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.44%

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

R = 53.28%
G = 46.44%
B = 0.28%

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

#BBA301 (or 0xBBA301) is known color: Buddha Gold. HEX triplet: BB, A3 and 01. RGB value is (187,163,1). Sum of RGB (Red+Green+Blue) = 187+163+1=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA301 is #445CFE. Grayscale: #989898. Windows color (decimal): -4480255 or 107451. OLE color: 107451.

HSL color Cylindrical-coordinate representation of color #BBA301: hue angle of 52.26º 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 #BBA301 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 1 -
CMYK 0 0.13 0.99 0.27
HSL 52.26º 0.99% 0.37% -
HSV(B) 52.26º 0.99% 0.73% -
XYZ 33.6 36.76 5.35 -
YUV 151.71 42.95 153.17 -
System Red Green Blue C M Y K H S L
Decimal 187 163 1 0 0.13 0.99 0.27 52.26 0.99 0.37
Hex BB A3 1 0 D 63 1B 34 63 25
Octal 273 243 1 0 15 143 33 64 143 45
Binary 10111011 10100011 1 0 1101 1100011 11011 110100 1100011 100101

Color Harmonies of #BBA301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA301

Black with #BBA301

Text Example


Text Example

White with #BBA301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA301; }

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

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

background-color css

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

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

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

border-color css

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

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

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