Html Css Color HEX #BF7B61 Burning Sand

📋 copy color: '#BF7B61'

red 191 ◦ green 123 ◦ blue 97

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

Shades of Burning Sand #BF7B61

Tints of Burning Sand #BF7B61

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.93%

 BLUE value IS 97 (38.28% from 255) = 23.6%

R = 46.47%
G = 29.93%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF7B61 (or 0xBF7B61) is known color: Burning Sand. HEX triplet: BF, 7B and 61. RGB value is (191,123,97). Sum of RGB (Red+Green+Blue) = 191+123+97=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B61 is #40849E. Grayscale: #8C8C8C. Windows color (decimal): -4228255 or 6388671. OLE color: 6388671.

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

Color convert

RGB 191 123 97 -
CMYK 0 0.36 0.49 0.25
HSL 16.6º 0.42% 0.56% -
HSV(B) 16.6º 0.49% 0.75% -
XYZ 30.73 26.11 14.73 -
YUV 140.37 103.53 164.11 -
System Red Green Blue C M Y K H S L
Decimal 191 123 97 0 0.36 0.49 0.25 16.6 0.42 0.56
Hex BF 7B 61 0 24 31 19 11 2A 38
Octal 277 173 141 0 44 61 31 21 52 70
Binary 10111111 1111011 1100001 0 100100 110001 11001 10001 101010 111000

Color Harmonies of #BF7B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B61

Black with #BF7B61

Text Example


Text Example

White with #BF7B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B61; }

 p { color: rgb(191,123,97); }

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

background-color css

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

 a { background-color: rgb(191,123,97); }

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

border-color css

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

 span { border-color: rgb(191,123,97); }

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