Html Css Color HEX #BBA501 Buddha Gold

📋 copy color: '#BBA501'

red 187 ◦ green 165 ◦ blue 1

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

Shades of Buddha Gold #BBA501

Tints of Buddha Gold #BBA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.74%

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

R = 52.97%
G = 46.74%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBA501 (or 0xBBA501) is known color: Buddha Gold. HEX triplet: BB, A5 and 01. RGB value is (187,165,1). Sum of RGB (Red+Green+Blue) = 187+165+1=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA501 is #445AFE. Grayscale: #999999. Windows color (decimal): -4479743 or 107963. OLE color: 107963.

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

Color convert

RGB 187 165 1 -
CMYK 0 0.12 0.99 0.27
HSL 52.9º 0.99% 0.37% -
HSV(B) 52.9º 0.99% 0.73% -
XYZ 33.95 37.48 5.47 -
YUV 152.88 42.29 152.34 -
System Red Green Blue C M Y K H S L
Decimal 187 165 1 0 0.12 0.99 0.27 52.9 0.99 0.37
Hex BB A5 1 0 C 63 1B 35 63 25
Octal 273 245 1 0 14 143 33 65 143 45
Binary 10111011 10100101 1 0 1100 1100011 11011 110101 1100011 100101

Color Harmonies of #BBA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA501

Black with #BBA501

Text Example


Text Example

White with #BBA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA501; }

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

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

background-color css

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

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

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

border-color css

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

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

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