Html Css Color HEX #BBA103 Buddha Gold

📋 copy color: '#BBA103'

red 187 ◦ green 161 ◦ blue 3

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

Shades of Buddha Gold #BBA103

Tints of Buddha Gold #BBA103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 53.28%
G = 45.87%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BBA103 (or 0xBBA103) is known color: Buddha Gold. HEX triplet: BB, A1 and 03. RGB value is (187,161,3). Sum of RGB (Red+Green+Blue) = 187+161+3=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA103 is #445EFC. Grayscale: #979797. Windows color (decimal): -4480765 or 238011. OLE color: 238011.

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

Color convert

RGB 187 161 3 -
CMYK 0 0.14 0.98 0.27
HSL 51.52º 0.97% 0.37% -
HSV(B) 51.52º 0.98% 0.73% -
XYZ 33.25 36.06 5.29 -
YUV 150.76 44.61 153.85 -
System Red Green Blue C M Y K H S L
Decimal 187 161 3 0 0.14 0.98 0.27 51.52 0.97 0.37
Hex BB A1 3 0 E 62 1B 34 61 25
Octal 273 241 3 0 16 142 33 64 141 45
Binary 10111011 10100001 11 0 1110 1100010 11011 110100 1100001 100101

Color Harmonies of #BBA103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA103

Black with #BBA103

Text Example


Text Example

White with #BBA103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA103; }

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

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

background-color css

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

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

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

border-color css

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

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

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