Html Css Color HEX #B98474 Brandy Rose

📋 copy color: '#B98474'

red 185 ◦ green 132 ◦ blue 116

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

Shades of Brandy Rose #B98474

Tints of Brandy Rose #B98474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.48%

 BLUE value IS 116 (45.7% from 255) = 26.79%

R = 42.73%
G = 30.48%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B98474 (or 0xB98474) is known color: Brandy Rose. HEX triplet: B9, 84 and 74. RGB value is (185,132,116). Sum of RGB (Red+Green+Blue) = 185+132+116=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B98474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98474 is #467B8B. Grayscale: #929292. Windows color (decimal): -4619148 or 7636153. OLE color: 7636153.

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

Color convert

RGB 185 132 116 -
CMYK 0 0.29 0.37 0.27
HSL 13.91º 0.33% 0.59% -
HSV(B) 13.91º 0.37% 0.73% -
XYZ 31.41 28.08 20.29 -
YUV 146.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 185 132 116 0 0.29 0.37 0.27 13.91 0.33 0.59
Hex B9 84 74 0 1D 25 1B E 21 3B
Octal 271 204 164 0 35 45 33 16 41 73
Binary 10111001 10000100 1110100 0 11101 100101 11011 1110 100001 111011

Color Harmonies of #B98474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98474

Black with #B98474

Text Example


Text Example

White with #B98474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98474; }

 p { color: rgb(185,132,116); }

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

background-color css

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

 a { background-color: rgb(185,132,116); }

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

border-color css

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

 span { border-color: rgb(185,132,116); }

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