Html Css Color HEX #BCA032 Sahara

📋 copy color: '#BCA032'

red 188 ◦ green 160 ◦ blue 50

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

Shades of Sahara #BCA032

Tints of Sahara #BCA032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.56%

R = 47.24%
G = 40.2%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCA032 (or 0xBCA032) is known color: Sahara. HEX triplet: BC, A0 and 32. RGB value is (188,160,50). Sum of RGB (Red+Green+Blue) = 188+160+50=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA032 is #435FCD. Grayscale: #9C9C9C. Windows color (decimal): -4415438 or 3317948. OLE color: 3317948.

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

Color convert

RGB 188 160 50 -
CMYK 0 0.15 0.73 0.26
HSL 47.83º 0.58% 0.47% -
HSV(B) 47.83º 0.73% 0.74% -
XYZ 33.89 36.06 8.19 -
YUV 155.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 188 160 50 0 0.15 0.73 0.26 47.83 0.58 0.47
Hex BC A0 32 0 F 49 1A 30 3A 2F
Octal 274 240 62 0 17 111 32 60 72 57
Binary 10111100 10100000 110010 0 1111 1001001 11010 110000 111010 101111

Color Harmonies of #BCA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA032

Black with #BCA032

Text Example


Text Example

White with #BCA032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA032; }

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

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

background-color css

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

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

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

border-color css

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

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

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