Html Css Color HEX #B69575 Sandrift

📋 copy color: '#B69575'

red 182 ◦ green 149 ◦ blue 117

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

Shades of Sandrift #B69575

Tints of Sandrift #B69575

RGB

 RED value IS 182 (71.48% from 255) = 40.63%

 GREEN value IS 149 (58.59% from 255) = 33.26%

 BLUE value IS 117 (46.09% from 255) = 26.12%

R = 40.63%
G = 33.26%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B69575 (or 0xB69575) is known color: Sandrift. HEX triplet: B6, 95 and 75. RGB value is (182,149,117). Sum of RGB (Red+Green+Blue) = 182+149+117=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B69575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69575 is #496A8A. Grayscale: #9B9B9B. Windows color (decimal): -4811403 or 7706038. OLE color: 7706038.

HSL color Cylindrical-coordinate representation of color #B69575: hue angle of 29.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B69575 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 149 117 -
CMYK 0 0.18 0.36 0.29
HSL 29.54º 0.31% 0.59% -
HSV(B) 29.54º 0.36% 0.71% -
XYZ 33.25 32.72 21.39 -
YUV 155.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 182 149 117 0 0.18 0.36 0.29 29.54 0.31 0.59
Hex B6 95 75 0 12 24 1D 1E 1F 3B
Octal 266 225 165 0 22 44 35 36 37 73
Binary 10110110 10010101 1110101 0 10010 100100 11101 11110 11111 111011

Color Harmonies of #B69575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69575

Black with #B69575

Text Example


Text Example

White with #B69575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69575; }

 p { color: rgb(182,149,117); }

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

background-color css

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

 a { background-color: rgb(182,149,117); }

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

border-color css

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

 span { border-color: rgb(182,149,117); }

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