Html Css Color HEX #BBA105 Buddha Gold

📋 copy color: '#BBA105'

red 187 ◦ green 161 ◦ blue 5

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

Shades of Buddha Gold #BBA105

Tints of Buddha Gold #BBA105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 52.97%
G = 45.61%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BBA105 (or 0xBBA105) is known color: Buddha Gold. HEX triplet: BB, A1 and 05. RGB value is (187,161,5). Sum of RGB (Red+Green+Blue) = 187+161+5=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA105 is #445EFA. Grayscale: #979797. Windows color (decimal): -4480763 or 369083. OLE color: 369083.

HSL color Cylindrical-coordinate representation of color #BBA105: hue angle of 51.43º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBA105 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 161 5 -
CMYK 0 0.14 0.97 0.27
HSL 51.43º 0.95% 0.38% -
HSV(B) 51.43º 0.97% 0.73% -
XYZ 33.27 36.07 5.35 -
YUV 150.99 45.61 153.68 -
System Red Green Blue C M Y K H S L
Decimal 187 161 5 0 0.14 0.97 0.27 51.43 0.95 0.38
Hex BB A1 5 0 E 61 1B 33 5F 26
Octal 273 241 5 0 16 141 33 63 137 46
Binary 10111011 10100001 101 0 1110 1100001 11011 110011 1011111 100110

Color Harmonies of #BBA105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA105

Black with #BBA105

Text Example


Text Example

White with #BBA105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA105; }

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

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

background-color css

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

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

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

border-color css

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

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

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