Html Css Color HEX #B17F6D Brandy Rose

📋 copy color: '#B17F6D'

red 177 ◦ green 127 ◦ blue 109

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

Shades of Brandy Rose #B17F6D

Tints of Brandy Rose #B17F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.39%

R = 42.86%
G = 30.75%
B = 26.39%

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

#B17F6D (or 0xB17F6D) is known color: Brandy Rose. HEX triplet: B1, 7F and 6D. RGB value is (177,127,109). Sum of RGB (Red+Green+Blue) = 177+127+109=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17F6D is #4E8092. Grayscale: #8C8C8C. Windows color (decimal): -5144723 or 7176113. OLE color: 7176113.

HSL color Cylindrical-coordinate representation of color #B17F6D: hue angle of 15.88º 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 #B17F6D is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 127 109 -
CMYK 0 0.28 0.38 0.31
HSL 15.88º 0.3% 0.56% -
HSV(B) 15.88º 0.38% 0.69% -
XYZ 28.48 25.63 17.91 -
YUV 139.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 177 127 109 0 0.28 0.38 0.31 15.88 0.3 0.56
Hex B1 7F 6D 0 1C 26 1F 10 1E 38
Octal 261 177 155 0 34 46 37 20 36 70
Binary 10110001 1111111 1101101 0 11100 100110 11111 10000 11110 111000

Color Harmonies of #B17F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F6D

Black with #B17F6D

Text Example


Text Example

White with #B17F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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