Html Css Color HEX #BCA024 Sahara

📋 copy color: '#BCA024'

red 188 ◦ green 160 ◦ blue 36

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

Shades of Sahara #BCA024

Tints of Sahara #BCA024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.38%

R = 48.96%
G = 41.67%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCA024 (or 0xBCA024) is known color: Sahara. HEX triplet: BC, A0 and 24. RGB value is (188,160,36). Sum of RGB (Red+Green+Blue) = 188+160+36=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA024 is #435FDB. Grayscale: #9A9A9A. Windows color (decimal): -4415452 or 2400444. OLE color: 2400444.

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

Color convert

RGB 188 160 36 -
CMYK 0 0.15 0.81 0.26
HSL 48.95º 0.68% 0.44% -
HSV(B) 48.95º 0.81% 0.74% -
XYZ 33.63 35.96 6.84 -
YUV 154.24 61.28 152.08 -
System Red Green Blue C M Y K H S L
Decimal 188 160 36 0 0.15 0.81 0.26 48.95 0.68 0.44
Hex BC A0 24 0 F 51 1A 31 44 2C
Octal 274 240 44 0 17 121 32 61 104 54
Binary 10111100 10100000 100100 0 1111 1010001 11010 110001 1000100 101100

Color Harmonies of #BCA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA024

Black with #BCA024

Text Example


Text Example

White with #BCA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA024; }

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

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

background-color css

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

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

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

border-color css

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

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

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