Html Css Color HEX #B98271 Brandy Rose

📋 copy color: '#B98271'

red 185 ◦ green 130 ◦ blue 113

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

Shades of Brandy Rose #B98271

Tints of Brandy Rose #B98271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.37%

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 43.22%
G = 30.37%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B98271 (or 0xB98271) is known color: Brandy Rose. HEX triplet: B9, 82 and 71. RGB value is (185,130,113). Sum of RGB (Red+Green+Blue) = 185+130+113=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B98271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98271 is #467D8E. Grayscale: #909090. Windows color (decimal): -4619663 or 7439033. OLE color: 7439033.

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

Color convert

RGB 185 130 113 -
CMYK 0 0.30 0.39 0.27
HSL 14.17º 0.34% 0.58% -
HSV(B) 14.17º 0.39% 0.73% -
XYZ 30.97 27.47 19.29 -
YUV 144.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 185 130 113 0 0.30 0.39 0.27 14.17 0.34 0.58
Hex B9 82 71 0 1E 27 1B E 22 3A
Octal 271 202 161 0 36 47 33 16 42 72
Binary 10111001 10000010 1110001 0 11110 100111 11011 1110 100010 111010

Color Harmonies of #B98271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98271

Black with #B98271

Text Example


Text Example

White with #B98271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98271; }

 p { color: rgb(185,130,113); }

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

background-color css

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

 a { background-color: rgb(185,130,113); }

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

border-color css

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

 span { border-color: rgb(185,130,113); }

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