Html Css Color HEX #B5927B Sandrift

📋 copy color: '#B5927B'

red 181 ◦ green 146 ◦ blue 123

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

Shades of Sandrift #B5927B

Tints of Sandrift #B5927B

RGB

 RED value IS 181 (71.09% from 255) = 40.22%

 GREEN value IS 146 (57.42% from 255) = 32.44%

 BLUE value IS 123 (48.44% from 255) = 27.33%

R = 40.22%
G = 32.44%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5927B (or 0xB5927B) is known color: Sandrift. HEX triplet: B5, 92 and 7B. RGB value is (181,146,123). Sum of RGB (Red+Green+Blue) = 181+146+123=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B5927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5927B is #4A6D84. Grayscale: #999999. Windows color (decimal): -4877701 or 8098485. OLE color: 8098485.

HSL color Cylindrical-coordinate representation of color #B5927B: hue angle of 23.79º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5927B is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 146 123 -
CMYK 0 0.19 0.32 0.29
HSL 23.79º 0.28% 0.6% -
HSV(B) 23.79º 0.32% 0.71% -
XYZ 32.91 31.81 23.14 -
YUV 153.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 181 146 123 0 0.19 0.32 0.29 23.79 0.28 0.6
Hex B5 92 7B 0 13 20 1D 18 1C 3C
Octal 265 222 173 0 23 40 35 30 34 74
Binary 10110101 10010010 1111011 0 10011 100000 11101 11000 11100 111100

Color Harmonies of #B5927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5927B

Black with #B5927B

Text Example


Text Example

White with #B5927B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5927B; }

 p { color: rgb(181,146,123); }

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

background-color css

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

 a { background-color: rgb(181,146,123); }

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

border-color css

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

 span { border-color: rgb(181,146,123); }

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