Html Css Color HEX #B98173 Brandy Rose

📋 copy color: '#B98173'

red 185 ◦ green 129 ◦ blue 115

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

Shades of Brandy Rose #B98173

Tints of Brandy Rose #B98173

RGB

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

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

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

R = 43.12%
G = 30.07%
B = 26.81%

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

#B98173 (or 0xB98173) is known color: Brandy Rose. HEX triplet: B9, 81 and 73. RGB value is (185,129,115). Sum of RGB (Red+Green+Blue) = 185+129+115=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B98173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98173 is #467E8C. Grayscale: #909090. Windows color (decimal): -4619917 or 7569849. OLE color: 7569849.

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

Color convert

RGB 185 129 115 -
CMYK 0 0.30 0.38 0.27
HSL 12º 0.33% 0.59% -
HSV(B) 12º 0.38% 0.73% -
XYZ 30.95 27.25 19.85 -
YUV 144.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 185 129 115 0 0.30 0.38 0.27 12 0.33 0.59
Hex B9 81 73 0 1E 26 1B C 21 3B
Octal 271 201 163 0 36 46 33 14 41 73
Binary 10111001 10000001 1110011 0 11110 100110 11011 1100 100001 111011

Color Harmonies of #B98173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98173

Black with #B98173

Text Example


Text Example

White with #B98173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98173; }

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

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

background-color css

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

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

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

border-color css

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

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

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