Html Css Color HEX #BBA601 Buddha Gold

📋 copy color: '#BBA601'

red 187 ◦ green 166 ◦ blue 1

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

Shades of Buddha Gold #BBA601

Tints of Buddha Gold #BBA601

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.89%

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

R = 52.82%
G = 46.89%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBA601 (or 0xBBA601) is known color: Buddha Gold. HEX triplet: BB, A6 and 01. RGB value is (187,166,1). Sum of RGB (Red+Green+Blue) = 187+166+1=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA601 is #4459FE. Grayscale: #9A9A9A. Windows color (decimal): -4479487 or 108219. OLE color: 108219.

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

Color convert

RGB 187 166 1 -
CMYK 0 0.11 0.99 0.27
HSL 53.23º 0.99% 0.37% -
HSV(B) 53.23º 0.99% 0.73% -
XYZ 34.14 37.84 5.53 -
YUV 153.47 41.96 151.92 -
System Red Green Blue C M Y K H S L
Decimal 187 166 1 0 0.11 0.99 0.27 53.23 0.99 0.37
Hex BB A6 1 0 B 63 1B 35 63 25
Octal 273 246 1 0 13 143 33 65 143 45
Binary 10111011 10100110 1 0 1011 1100011 11011 110101 1100011 100101

Color Harmonies of #BBA601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA601

Black with #BBA601

Text Example


Text Example

White with #BBA601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA601; }

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

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

background-color css

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

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

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

border-color css

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

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

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