Html Css Color HEX #BBA31A Buddha Gold

📋 copy color: '#BBA31A'

red 187 ◦ green 163 ◦ blue 26

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

Shades of Buddha Gold #BBA31A

Tints of Buddha Gold #BBA31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.91%

R = 49.73%
G = 43.35%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BBA31A (or 0xBBA31A) is known color: Buddha Gold. HEX triplet: BB, A3 and 1A. RGB value is (187,163,26). Sum of RGB (Red+Green+Blue) = 187+163+26=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA31A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA31A is #445CE5. Grayscale: #9B9B9B. Windows color (decimal): -4480230 or 1745851. OLE color: 1745851.

HSL color Cylindrical-coordinate representation of color #BBA31A: hue angle of 51.06º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBA31A is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 26 -
CMYK 0 0.13 0.86 0.27
HSL 51.06º 0.76% 0.42% -
HSV(B) 51.06º 0.86% 0.73% -
XYZ 33.78 36.83 6.31 -
YUV 154.56 55.45 151.14 -
System Red Green Blue C M Y K H S L
Decimal 187 163 26 0 0.13 0.86 0.27 51.06 0.76 0.42
Hex BB A3 1A 0 D 56 1B 33 4C 2A
Octal 273 243 32 0 15 126 33 63 114 52
Binary 10111011 10100011 11010 0 1101 1010110 11011 110011 1001100 101010

Color Harmonies of #BBA31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA31A

Black with #BBA31A

Text Example


Text Example

White with #BBA31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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