Html Css Color HEX #BC7D65 Burning Sand

📋 copy color: '#BC7D65'

red 188 ◦ green 125 ◦ blue 101

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

Shades of Burning Sand #BC7D65

Tints of Burning Sand #BC7D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.4%

R = 45.41%
G = 30.19%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC7D65 (or 0xBC7D65) is known color: Burning Sand. HEX triplet: BC, 7D and 65. RGB value is (188,125,101). Sum of RGB (Red+Green+Blue) = 188+125+101=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D65 is #43829A. Grayscale: #8D8D8D. Windows color (decimal): -4424347 or 6651324. OLE color: 6651324.

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

Color convert

RGB 188 125 101 -
CMYK 0 0.34 0.46 0.26
HSL 16.55º 0.39% 0.57% -
HSV(B) 16.55º 0.46% 0.74% -
XYZ 30.42 26.3 15.78 -
YUV 141.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 188 125 101 0 0.34 0.46 0.26 16.55 0.39 0.57
Hex BC 7D 65 0 22 2E 1A 11 27 39
Octal 274 175 145 0 42 56 32 21 47 71
Binary 10111100 1111101 1100101 0 100010 101110 11010 10001 100111 111001

Color Harmonies of #BC7D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D65

Black with #BC7D65

Text Example


Text Example

White with #BC7D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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