Html Css Color HEX #BF835D Burning Sand

📋 copy color: '#BF835D'

red 191 ◦ green 131 ◦ blue 93

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

Shades of Burning Sand #BF835D

Tints of Burning Sand #BF835D

RGB

 RED value IS 191 (75% from 255) = 46.02%

 GREEN value IS 131 (51.56% from 255) = 31.57%

 BLUE value IS 93 (36.72% from 255) = 22.41%

R = 46.02%
G = 31.57%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF835D (or 0xBF835D) is known color: Burning Sand. HEX triplet: BF, 83 and 5D. RGB value is (191,131,93). Sum of RGB (Red+Green+Blue) = 191+131+93=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF835D is #407CA2. Grayscale: #909090. Windows color (decimal): -4226211 or 6128575. OLE color: 6128575.

HSL color Cylindrical-coordinate representation of color #BF835D: hue angle of 23.27º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF835D is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 131 93 -
CMYK 0 0.31 0.51 0.25
HSL 23.27º 0.43% 0.56% -
HSV(B) 23.27º 0.51% 0.75% -
XYZ 31.58 28.1 14.12 -
YUV 144.61 98.88 161.09 -
System Red Green Blue C M Y K H S L
Decimal 191 131 93 0 0.31 0.51 0.25 23.27 0.43 0.56
Hex BF 83 5D 0 1F 33 19 17 2B 38
Octal 277 203 135 0 37 63 31 27 53 70
Binary 10111111 10000011 1011101 0 11111 110011 11001 10111 101011 111000

Color Harmonies of #BF835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF835D

Black with #BF835D

Text Example


Text Example

White with #BF835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF835D; }

 p { color: rgb(191,131,93); }

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

background-color css

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

 a { background-color: rgb(191,131,93); }

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

border-color css

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

 span { border-color: rgb(191,131,93); }

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