Html Css Color HEX #B17F6E Brandy Rose

📋 copy color: '#B17F6E'

red 177 ◦ green 127 ◦ blue 110

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

Shades of Brandy Rose #B17F6E

Tints of Brandy Rose #B17F6E

RGB

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

 GREEN value IS 127 (50% from 255) = 30.68%

 BLUE value IS 110 (43.36% from 255) = 26.57%

R = 42.75%
G = 30.68%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B17F6E (or 0xB17F6E) is known color: Brandy Rose. HEX triplet: B1, 7F and 6E. RGB value is (177,127,110). Sum of RGB (Red+Green+Blue) = 177+127+110=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17F6E is #4E8091. Grayscale: #8C8C8C. Windows color (decimal): -5144722 or 7241649. OLE color: 7241649.

HSL color Cylindrical-coordinate representation of color #B17F6E: hue angle of 15.22º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B17F6E is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 127 110 -
CMYK 0 0.28 0.38 0.31
HSL 15.22º 0.3% 0.56% -
HSV(B) 15.22º 0.38% 0.69% -
XYZ 28.54 25.65 18.2 -
YUV 140.01 111.07 154.38 -
System Red Green Blue C M Y K H S L
Decimal 177 127 110 0 0.28 0.38 0.31 15.22 0.3 0.56
Hex B1 7F 6E 0 1C 26 1F F 1E 38
Octal 261 177 156 0 34 46 37 17 36 70
Binary 10110001 1111111 1101110 0 11100 100110 11111 1111 11110 111000

Color Harmonies of #B17F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F6E

Black with #B17F6E

Text Example


Text Example

White with #B17F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F6E; }

 p { color: rgb(177,127,110); }

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

background-color css

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

 a { background-color: rgb(177,127,110); }

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

border-color css

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

 span { border-color: rgb(177,127,110); }

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