Html Css Color HEX #BBA101 Buddha Gold

📋 copy color: '#BBA101'

red 187 ◦ green 161 ◦ blue 1

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

Shades of Buddha Gold #BBA101

Tints of Buddha Gold #BBA101

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.13%

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

R = 53.58%
G = 46.13%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBA101 (or 0xBBA101) is known color: Buddha Gold. HEX triplet: BB, A1 and 01. RGB value is (187,161,1). Sum of RGB (Red+Green+Blue) = 187+161+1=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA101 is #445EFE. Grayscale: #979797. Windows color (decimal): -4480767 or 106939. OLE color: 106939.

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

Color convert

RGB 187 161 1 -
CMYK 0 0.14 0.99 0.27
HSL 51.61º 0.99% 0.37% -
HSV(B) 51.61º 0.99% 0.73% -
XYZ 33.24 36.06 5.24 -
YUV 150.53 43.61 154.01 -
System Red Green Blue C M Y K H S L
Decimal 187 161 1 0 0.14 0.99 0.27 51.61 0.99 0.37
Hex BB A1 1 0 E 63 1B 34 63 25
Octal 273 241 1 0 16 143 33 64 143 45
Binary 10111011 10100001 1 0 1110 1100011 11011 110100 1100011 100101

Color Harmonies of #BBA101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA101

Black with #BBA101

Text Example


Text Example

White with #BBA101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA101; }

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

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

background-color css

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

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

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

border-color css

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

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

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