Html Css Color HEX #BBA312 Buddha Gold

📋 copy color: '#BBA312'

red 187 ◦ green 163 ◦ blue 18

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

Shades of Buddha Gold #BBA312

Tints of Buddha Gold #BBA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.29%

 BLUE value IS 18 (7.42% from 255) = 4.89%

R = 50.82%
G = 44.29%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBA312 (or 0xBBA312) is known color: Buddha Gold. HEX triplet: BB, A3 and 12. RGB value is (187,163,18). Sum of RGB (Red+Green+Blue) = 187+163+18=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA312 is #445CED. Grayscale: #9A9A9A. Windows color (decimal): -4480238 or 1221563. OLE color: 1221563.

HSL color Cylindrical-coordinate representation of color #BBA312: hue angle of 51.48º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBA312 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 18 -
CMYK 0 0.13 0.90 0.27
HSL 51.48º 0.82% 0.4% -
HSV(B) 51.48º 0.9% 0.73% -
XYZ 33.7 36.8 5.9 -
YUV 153.65 51.45 151.79 -
System Red Green Blue C M Y K H S L
Decimal 187 163 18 0 0.13 0.90 0.27 51.48 0.82 0.4
Hex BB A3 12 0 D 5A 1B 33 52 28
Octal 273 243 22 0 15 132 33 63 122 50
Binary 10111011 10100011 10010 0 1101 1011010 11011 110011 1010010 101000

Color Harmonies of #BBA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA312

Black with #BBA312

Text Example


Text Example

White with #BBA312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA312; }

 p { color: rgb(187,163,18); }

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

background-color css

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

 a { background-color: rgb(187,163,18); }

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

border-color css

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

 span { border-color: rgb(187,163,18); }

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