Html Css Color HEX #BF7F67 Burning Sand

📋 copy color: '#BF7F67'

red 191 ◦ green 127 ◦ blue 103

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

Shades of Burning Sand #BF7F67

Tints of Burning Sand #BF7F67

RGB

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

 GREEN value IS 127 (50% from 255) = 30.17%

 BLUE value IS 103 (40.63% from 255) = 24.47%

R = 45.37%
G = 30.17%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF7F67 (or 0xBF7F67) is known color: Burning Sand. HEX triplet: BF, 7F and 67. RGB value is (191,127,103). Sum of RGB (Red+Green+Blue) = 191+127+103=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F67 is #408098. Grayscale: #8F8F8F. Windows color (decimal): -4227225 or 6782911. OLE color: 6782911.

HSL color Cylindrical-coordinate representation of color #BF7F67: hue angle of 16.36º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF7F67 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 127 103 -
CMYK 0 0.34 0.46 0.25
HSL 16.36º 0.41% 0.58% -
HSV(B) 16.36º 0.46% 0.75% -
XYZ 31.52 27.23 16.43 -
YUV 143.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 191 127 103 0 0.34 0.46 0.25 16.36 0.41 0.58
Hex BF 7F 67 0 22 2E 19 10 29 3A
Octal 277 177 147 0 42 56 31 20 51 72
Binary 10111111 1111111 1100111 0 100010 101110 11001 10000 101001 111010

Color Harmonies of #BF7F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F67

Black with #BF7F67

Text Example


Text Example

White with #BF7F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F67; }

 p { color: rgb(191,127,103); }

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

background-color css

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

 a { background-color: rgb(191,127,103); }

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

border-color css

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

 span { border-color: rgb(191,127,103); }

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