Html Css Color HEX #B28973 Sandrift

📋 copy color: '#B28973'

red 178 ◦ green 137 ◦ blue 115

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

Shades of Sandrift #B28973

Tints of Sandrift #B28973

RGB

 RED value IS 178 (69.92% from 255) = 41.4%

 GREEN value IS 137 (53.91% from 255) = 31.86%

 BLUE value IS 115 (45.31% from 255) = 26.74%

R = 41.4%
G = 31.86%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B28973 (or 0xB28973) is known color: Sandrift. HEX triplet: B2, 89 and 73. RGB value is (178,137,115). Sum of RGB (Red+Green+Blue) = 178+137+115=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B28973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28973 is #4D768C. Grayscale: #929292. Windows color (decimal): -5076621 or 7571890. OLE color: 7571890.

HSL color Cylindrical-coordinate representation of color #B28973: hue angle of 20.95º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28973 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 137 115 -
CMYK 0 0.23 0.35 0.30
HSL 20.95º 0.29% 0.57% -
HSV(B) 20.95º 0.35% 0.7% -
XYZ 30.4 28.59 20.14 -
YUV 146.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 178 137 115 0 0.23 0.35 0.30 20.95 0.29 0.57
Hex B2 89 73 0 17 23 1E 15 1D 39
Octal 262 211 163 0 27 43 36 25 35 71
Binary 10110010 10001001 1110011 0 10111 100011 11110 10101 11101 111001

Color Harmonies of #B28973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28973

Black with #B28973

Text Example


Text Example

White with #B28973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28973; }

 p { color: rgb(178,137,115); }

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

background-color css

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

 a { background-color: rgb(178,137,115); }

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

border-color css

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

 span { border-color: rgb(178,137,115); }

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