Html Css Color HEX #BBA022 Buddha Gold

📋 copy color: '#BBA022'

red 187 ◦ green 160 ◦ blue 34

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

Shades of Buddha Gold #BBA022

Tints of Buddha Gold #BBA022

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.99%

 BLUE value IS 34 (13.67% from 255) = 8.92%

R = 49.08%
G = 41.99%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BBA022 (or 0xBBA022) is known color: Buddha Gold. HEX triplet: BB, A0 and 22. RGB value is (187,160,34). Sum of RGB (Red+Green+Blue) = 187+160+34=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 34 (13.67% from 255 or 8.92% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA022 is #445FDD. Grayscale: #9A9A9A. Windows color (decimal): -4480990 or 2269371. OLE color: 2269371.

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

Color convert

RGB 187 160 34 -
CMYK 0 0.14 0.82 0.27
HSL 49.41º 0.69% 0.43% -
HSV(B) 49.41º 0.82% 0.73% -
XYZ 33.35 35.82 6.67 -
YUV 153.71 60.45 151.75 -
System Red Green Blue C M Y K H S L
Decimal 187 160 34 0 0.14 0.82 0.27 49.41 0.69 0.43
Hex BB A0 22 0 E 52 1B 31 45 2B
Octal 273 240 42 0 16 122 33 61 105 53
Binary 10111011 10100000 100010 0 1110 1010010 11011 110001 1000101 101011

Color Harmonies of #BBA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA022

Black with #BBA022

Text Example


Text Example

White with #BBA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA022; }

 p { color: rgb(187,160,34); }

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

background-color css

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

 a { background-color: rgb(187,160,34); }

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

border-color css

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

 span { border-color: rgb(187,160,34); }

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