Html Css Color HEX #BBA613 Buddha Gold

📋 copy color: '#BBA613'

red 187 ◦ green 166 ◦ blue 19

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

Shades of Buddha Gold #BBA613

Tints of Buddha Gold #BBA613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.62%

 BLUE value IS 19 (7.81% from 255) = 5.11%

R = 50.27%
G = 44.62%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBA613 (or 0xBBA613) is known color: Buddha Gold. HEX triplet: BB, A6 and 13. RGB value is (187,166,19). Sum of RGB (Red+Green+Blue) = 187+166+19=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA613 is #4459EC. Grayscale: #9C9C9C. Windows color (decimal): -4479469 or 1287867. OLE color: 1287867.

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

Color convert

RGB 187 166 19 -
CMYK 0 0.11 0.90 0.27
HSL 52.5º 0.82% 0.4% -
HSV(B) 52.5º 0.9% 0.73% -
XYZ 34.25 37.88 6.12 -
YUV 155.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 187 166 19 0 0.11 0.90 0.27 52.5 0.82 0.4
Hex BB A6 13 0 B 5A 1B 34 52 28
Octal 273 246 23 0 13 132 33 64 122 50
Binary 10111011 10100110 10011 0 1011 1011010 11011 110100 1010010 101000

Color Harmonies of #BBA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA613

Black with #BBA613

Text Example


Text Example

White with #BBA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA613; }

 p { color: rgb(187,166,19); }

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

background-color css

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

 a { background-color: rgb(187,166,19); }

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

border-color css

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

 span { border-color: rgb(187,166,19); }

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