Html Css Color HEX #BF835C Burning Sand

📋 copy color: '#BF835C'

red 191 ◦ green 131 ◦ blue 92

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

Shades of Burning Sand #BF835C

Tints of Burning Sand #BF835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.22%

R = 46.14%
G = 31.64%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF835C (or 0xBF835C) is known color: Burning Sand. HEX triplet: BF, 83 and 5C. RGB value is (191,131,92). Sum of RGB (Red+Green+Blue) = 191+131+92=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF835C is #407CA3. Grayscale: #909090. Windows color (decimal): -4226212 or 6063039. OLE color: 6063039.

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

Color convert

RGB 191 131 92 -
CMYK 0 0.31 0.52 0.25
HSL 23.64º 0.44% 0.55% -
HSV(B) 23.64º 0.52% 0.75% -
XYZ 31.53 28.08 13.88 -
YUV 144.49 98.38 161.17 -
System Red Green Blue C M Y K H S L
Decimal 191 131 92 0 0.31 0.52 0.25 23.64 0.44 0.55
Hex BF 83 5C 0 1F 34 19 18 2C 37
Octal 277 203 134 0 37 64 31 30 54 67
Binary 10111111 10000011 1011100 0 11111 110100 11001 11000 101100 110111

Color Harmonies of #BF835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF835C

Black with #BF835C

Text Example


Text Example

White with #BF835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF835C; }

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

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

background-color css

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

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

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

border-color css

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

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

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