Html Css Color HEX #BC7D58 Burning Sand

📋 copy color: '#BC7D58'

red 188 ◦ green 125 ◦ blue 88

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

Shades of Burning Sand #BC7D58

Tints of Burning Sand #BC7D58

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.17%

 BLUE value IS 88 (34.77% from 255) = 21.95%

R = 46.88%
G = 31.17%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC7D58 (or 0xBC7D58) is known color: Burning Sand. HEX triplet: BC, 7D and 58. RGB value is (188,125,88). Sum of RGB (Red+Green+Blue) = 188+125+88=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D58 is #4382A7. Grayscale: #8B8B8B. Windows color (decimal): -4424360 or 5799356. OLE color: 5799356.

HSL color Cylindrical-coordinate representation of color #BC7D58: hue angle of 22.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC7D58 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 125 88 -
CMYK 0 0.34 0.53 0.26
HSL 22.2º 0.43% 0.54% -
HSV(B) 22.2º 0.53% 0.74% -
XYZ 29.83 26.06 12.69 -
YUV 139.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 188 125 88 0 0.34 0.53 0.26 22.2 0.43 0.54
Hex BC 7D 58 0 22 35 1A 16 2B 36
Octal 274 175 130 0 42 65 32 26 53 66
Binary 10111100 1111101 1011000 0 100010 110101 11010 10110 101011 110110

Color Harmonies of #BC7D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D58

Black with #BC7D58

Text Example


Text Example

White with #BC7D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D58; }

 p { color: rgb(188,125,88); }

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

background-color css

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

 a { background-color: rgb(188,125,88); }

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

border-color css

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

 span { border-color: rgb(188,125,88); }

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