Html Css Color HEX #BCA022 Buddha Gold

📋 copy color: '#BCA022'

red 188 ◦ green 160 ◦ blue 34

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

Shades of Buddha Gold #BCA022

Tints of Buddha Gold #BCA022

RGB

 RED value IS 188 (73.83% from 255) = 49.21%

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

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

R = 49.21%
G = 41.88%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BCA022 (or 0xBCA022) is known color: Buddha Gold. HEX triplet: BC, A0 and 22. RGB value is (188,160,34). Sum of RGB (Red+Green+Blue) = 188+160+34=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA022 is #435FDD. Grayscale: #9A9A9A. Windows color (decimal): -4415454 or 2269372. OLE color: 2269372.

HSL color Cylindrical-coordinate representation of color #BCA022: hue angle of 49.09º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCA022 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 34 -
CMYK 0 0.15 0.82 0.26
HSL 49.09º 0.69% 0.44% -
HSV(B) 49.09º 0.82% 0.74% -
XYZ 33.6 35.95 6.68 -
YUV 154.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 188 160 34 0 0.15 0.82 0.26 49.09 0.69 0.44
Hex BC A0 22 0 F 52 1A 31 45 2C
Octal 274 240 42 0 17 122 32 61 105 54
Binary 10111100 10100000 100010 0 1111 1010010 11010 110001 1000101 101100

Color Harmonies of #BCA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA022

Black with #BCA022

Text Example


Text Example

White with #BCA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA022; }

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

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

background-color css

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

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

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

border-color css

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

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

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