Html Css Color HEX #BCA332 Sahara

📋 copy color: '#BCA332'

red 188 ◦ green 163 ◦ blue 50

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

Shades of Sahara #BCA332

Tints of Sahara #BCA332

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

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

R = 46.88%
G = 40.65%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCA332 (or 0xBCA332) is known color: Sahara. HEX triplet: BC, A3 and 32. RGB value is (188,163,50). Sum of RGB (Red+Green+Blue) = 188+163+50=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA332 is #435CCD. Grayscale: #9E9E9E. Windows color (decimal): -4414670 or 3318716. OLE color: 3318716.

HSL color Cylindrical-coordinate representation of color #BCA332: hue angle of 49.13º 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 #BCA332 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 50 -
CMYK 0 0.13 0.73 0.26
HSL 49.13º 0.58% 0.47% -
HSV(B) 49.13º 0.73% 0.74% -
XYZ 34.41 37.12 8.37 -
YUV 157.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 188 163 50 0 0.13 0.73 0.26 49.13 0.58 0.47
Hex BC A3 32 0 D 49 1A 31 3A 2F
Octal 274 243 62 0 15 111 32 61 72 57
Binary 10111100 10100011 110010 0 1101 1001001 11010 110001 111010 101111

Color Harmonies of #BCA332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA332

Black with #BCA332

Text Example


Text Example

White with #BCA332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA332; }

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

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

background-color css

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

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

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

border-color css

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

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

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