Html Css Color HEX #BD7F68 Burning Sand

📋 copy color: '#BD7F68'

red 189 ◦ green 127 ◦ blue 104

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

Shades of Burning Sand #BD7F68

Tints of Burning Sand #BD7F68

RGB

 RED value IS 189 (74.22% from 255) = 45%

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

 BLUE value IS 104 (41.02% from 255) = 24.76%

R = 45%
G = 30.24%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD7F68 (or 0xBD7F68) is known color: Burning Sand. HEX triplet: BD, 7F and 68. RGB value is (189,127,104). Sum of RGB (Red+Green+Blue) = 189+127+104=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F68 is #428097. Grayscale: #8F8F8F. Windows color (decimal): -4358296 or 6848445. OLE color: 6848445.

HSL color Cylindrical-coordinate representation of color #BD7F68: hue angle of 16.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD7F68 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 127 104 -
CMYK 0 0.33 0.45 0.26
HSL 16.24º 0.39% 0.57% -
HSV(B) 16.24º 0.45% 0.74% -
XYZ 31.07 27 16.67 -
YUV 142.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 189 127 104 0 0.33 0.45 0.26 16.24 0.39 0.57
Hex BD 7F 68 0 21 2D 1A 10 27 39
Octal 275 177 150 0 41 55 32 20 47 71
Binary 10111101 1111111 1101000 0 100001 101101 11010 10000 100111 111001

Color Harmonies of #BD7F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F68

Black with #BD7F68

Text Example


Text Example

White with #BD7F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F68; }

 p { color: rgb(189,127,104); }

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

background-color css

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

 a { background-color: rgb(189,127,104); }

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

border-color css

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

 span { border-color: rgb(189,127,104); }

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