Html Css Color HEX #B98273 Brandy Rose

📋 copy color: '#B98273'

red 185 ◦ green 130 ◦ blue 115

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

Shades of Brandy Rose #B98273

Tints of Brandy Rose #B98273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.74%

R = 43.02%
G = 30.23%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B98273 (or 0xB98273) is known color: Brandy Rose. HEX triplet: B9, 82 and 73. RGB value is (185,130,115). Sum of RGB (Red+Green+Blue) = 185+130+115=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B98273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98273 is #467D8C. Grayscale: #909090. Windows color (decimal): -4619661 or 7570105. OLE color: 7570105.

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

Color convert

RGB 185 130 115 -
CMYK 0 0.30 0.38 0.27
HSL 12.86º 0.33% 0.59% -
HSV(B) 12.86º 0.38% 0.73% -
XYZ 31.08 27.52 19.89 -
YUV 144.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 185 130 115 0 0.30 0.38 0.27 12.86 0.33 0.59
Hex B9 82 73 0 1E 26 1B D 21 3B
Octal 271 202 163 0 36 46 33 15 41 73
Binary 10111001 10000010 1110011 0 11110 100110 11011 1101 100001 111011

Color Harmonies of #B98273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98273

Black with #B98273

Text Example


Text Example

White with #B98273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98273; }

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

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

background-color css

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

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

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

border-color css

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

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

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