Html Css Color HEX #BC825F Burning Sand

📋 copy color: '#BC825F'

red 188 ◦ green 130 ◦ blue 95

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

Shades of Burning Sand #BC825F

Tints of Burning Sand #BC825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.48%

 BLUE value IS 95 (37.5% from 255) = 23%

R = 45.52%
G = 31.48%
B = 23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC825F (or 0xBC825F) is known color: Burning Sand. HEX triplet: BC, 82 and 5F. RGB value is (188,130,95). Sum of RGB (Red+Green+Blue) = 188+130+95=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC825F is #437DA0. Grayscale: #8F8F8F. Windows color (decimal): -4423073 or 6259388. OLE color: 6259388.

HSL color Cylindrical-coordinate representation of color #BC825F: hue angle of 22.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC825F is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 130 95 -
CMYK 0 0.31 0.49 0.26
HSL 22.58º 0.41% 0.55% -
HSV(B) 22.58º 0.49% 0.74% -
XYZ 30.79 27.48 14.51 -
YUV 143.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 188 130 95 0 0.31 0.49 0.26 22.58 0.41 0.55
Hex BC 82 5F 0 1F 31 1A 17 29 37
Octal 274 202 137 0 37 61 32 27 51 67
Binary 10111100 10000010 1011111 0 11111 110001 11010 10111 101001 110111

Color Harmonies of #BC825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC825F

Black with #BC825F

Text Example


Text Example

White with #BC825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC825F; }

 p { color: rgb(188,130,95); }

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

background-color css

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

 a { background-color: rgb(188,130,95); }

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

border-color css

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

 span { border-color: rgb(188,130,95); }

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