Html Css Color HEX #B17B70 Brandy Rose

📋 copy color: '#B17B70'

red 177 ◦ green 123 ◦ blue 112

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

Shades of Brandy Rose #B17B70

Tints of Brandy Rose #B17B70

RGB

 RED value IS 177 (69.53% from 255) = 42.96%

 GREEN value IS 123 (48.44% from 255) = 29.85%

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 42.96%
G = 29.85%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B17B70 (or 0xB17B70) is known color: Brandy Rose. HEX triplet: B1, 7B and 70. RGB value is (177,123,112). Sum of RGB (Red+Green+Blue) = 177+123+112=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B70 is #4E848F. Grayscale: #898989. Windows color (decimal): -5145744 or 7371697. OLE color: 7371697.

HSL color Cylindrical-coordinate representation of color #B17B70: hue angle of 10.15º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B17B70 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 123 112 -
CMYK 0 0.31 0.37 0.31
HSL 10.15º 0.29% 0.57% -
HSV(B) 10.15º 0.37% 0.69% -
XYZ 28.14 24.68 18.61 -
YUV 137.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 177 123 112 0 0.31 0.37 0.31 10.15 0.29 0.57
Hex B1 7B 70 0 1F 25 1F A 1D 39
Octal 261 173 160 0 37 45 37 12 35 71
Binary 10110001 1111011 1110000 0 11111 100101 11111 1010 11101 111001

Color Harmonies of #B17B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17B70

Black with #B17B70

Text Example


Text Example

White with #B17B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17B70; }

 p { color: rgb(177,123,112); }

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

background-color css

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

 a { background-color: rgb(177,123,112); }

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

border-color css

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

 span { border-color: rgb(177,123,112); }

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