Html Css Color HEX #B98177 Brandy Rose

📋 copy color: '#B98177'

red 185 ◦ green 129 ◦ blue 119

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

Shades of Brandy Rose #B98177

Tints of Brandy Rose #B98177

RGB

 RED value IS 185 (72.66% from 255) = 42.73%

 GREEN value IS 129 (50.78% from 255) = 29.79%

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 42.73%
G = 29.79%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B98177 (or 0xB98177) is known color: Brandy Rose. HEX triplet: B9, 81 and 77. RGB value is (185,129,119). Sum of RGB (Red+Green+Blue) = 185+129+119=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B98177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98177 is #467E88. Grayscale: #909090. Windows color (decimal): -4619913 or 7831993. OLE color: 7831993.

HSL color Cylindrical-coordinate representation of color #B98177: hue angle of 9.09º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B98177 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 129 119 -
CMYK 0 0.30 0.36 0.27
HSL 9.09º 0.32% 0.6% -
HSV(B) 9.09º 0.36% 0.73% -
XYZ 31.19 27.35 21.09 -
YUV 144.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 185 129 119 0 0.30 0.36 0.27 9.09 0.32 0.6
Hex B9 81 77 0 1E 24 1B 9 20 3C
Octal 271 201 167 0 36 44 33 11 40 74
Binary 10111001 10000001 1110111 0 11110 100100 11011 1001 100000 111100

Color Harmonies of #B98177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98177

Black with #B98177

Text Example


Text Example

White with #B98177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98177; }

 p { color: rgb(185,129,119); }

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

background-color css

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

 a { background-color: rgb(185,129,119); }

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

border-color css

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

 span { border-color: rgb(185,129,119); }

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