Html Css Color HEX #BCA331 Sahara

📋 copy color: '#BCA331'

red 188 ◦ green 163 ◦ blue 49

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

Shades of Sahara #BCA331

Tints of Sahara #BCA331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.25%

R = 47%
G = 40.75%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCA331 (or 0xBCA331) is known color: Sahara. HEX triplet: BC, A3 and 31. RGB value is (188,163,49). Sum of RGB (Red+Green+Blue) = 188+163+49=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA331 is #435CCE. Grayscale: #9D9D9D. Windows color (decimal): -4414671 or 3253180. OLE color: 3253180.

HSL color Cylindrical-coordinate representation of color #BCA331: hue angle of 49.21º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCA331 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 49 -
CMYK 0 0.13 0.74 0.26
HSL 49.21º 0.59% 0.46% -
HSV(B) 49.21º 0.74% 0.74% -
XYZ 34.39 37.11 8.26 -
YUV 157.48 66.78 149.77 -
System Red Green Blue C M Y K H S L
Decimal 188 163 49 0 0.13 0.74 0.26 49.21 0.59 0.46
Hex BC A3 31 0 D 4A 1A 31 3B 2E
Octal 274 243 61 0 15 112 32 61 73 56
Binary 10111100 10100011 110001 0 1101 1001010 11010 110001 111011 101110

Color Harmonies of #BCA331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA331

Black with #BCA331

Text Example


Text Example

White with #BCA331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA331; }

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

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

background-color css

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

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

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

border-color css

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

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

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