Html Css Color HEX #BBA512 Buddha Gold

📋 copy color: '#BBA512'

red 187 ◦ green 165 ◦ blue 18

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

Shades of Buddha Gold #BBA512

Tints of Buddha Gold #BBA512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.59%

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

R = 50.54%
G = 44.59%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBA512 (or 0xBBA512) is known color: Buddha Gold. HEX triplet: BB, A5 and 12. RGB value is (187,165,18). Sum of RGB (Red+Green+Blue) = 187+165+18=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA512 is #445AED. Grayscale: #9B9B9B. Windows color (decimal): -4479726 or 1222075. OLE color: 1222075.

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

Color convert

RGB 187 165 18 -
CMYK 0 0.12 0.90 0.27
HSL 52.19º 0.82% 0.4% -
HSV(B) 52.19º 0.9% 0.73% -
XYZ 34.06 37.52 6.02 -
YUV 154.82 50.79 150.95 -
System Red Green Blue C M Y K H S L
Decimal 187 165 18 0 0.12 0.90 0.27 52.19 0.82 0.4
Hex BB A5 12 0 C 5A 1B 34 52 28
Octal 273 245 22 0 14 132 33 64 122 50
Binary 10111011 10100101 10010 0 1100 1011010 11011 110100 1010010 101000

Color Harmonies of #BBA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA512

Black with #BBA512

Text Example


Text Example

White with #BBA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA512; }

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

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

background-color css

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

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

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

border-color css

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

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

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