Html Css Color HEX #B68F74 Sandrift

📋 copy color: '#B68F74'

red 182 ◦ green 143 ◦ blue 116

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

Shades of Sandrift #B68F74

Tints of Sandrift #B68F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.43%

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 41.27%
G = 32.43%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B68F74 (or 0xB68F74) is known color: Sandrift. HEX triplet: B6, 8F and 74. RGB value is (182,143,116). Sum of RGB (Red+Green+Blue) = 182+143+116=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F74 is #49708B. Grayscale: #979797. Windows color (decimal): -4812940 or 7638966. OLE color: 7638966.

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

Color convert

RGB 182 143 116 -
CMYK 0 0.21 0.36 0.29
HSL 24.55º 0.31% 0.58% -
HSV(B) 24.55º 0.36% 0.71% -
XYZ 32.27 30.85 20.78 -
YUV 151.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 182 143 116 0 0.21 0.36 0.29 24.55 0.31 0.58
Hex B6 8F 74 0 15 24 1D 19 1F 3A
Octal 266 217 164 0 25 44 35 31 37 72
Binary 10110110 10001111 1110100 0 10101 100100 11101 11001 11111 111010

Color Harmonies of #B68F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F74

Black with #B68F74

Text Example


Text Example

White with #B68F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F74; }

 p { color: rgb(182,143,116); }

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

background-color css

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

 a { background-color: rgb(182,143,116); }

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

border-color css

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

 span { border-color: rgb(182,143,116); }

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