Html Css Color HEX #B98180 Brandy Rose

📋 copy color: '#B98180'

red 185 ◦ green 129 ◦ blue 128

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

Shades of Brandy Rose #B98180

Tints of Brandy Rose #B98180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.96%

R = 41.86%
G = 29.19%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B98180 (or 0xB98180) is known color: Brandy Rose. HEX triplet: B9, 81 and 80. RGB value is (185,129,128). Sum of RGB (Red+Green+Blue) = 185+129+128=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B98180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98180 is #467E7F. Grayscale: #919191. Windows color (decimal): -4619904 or 8421817. OLE color: 8421817.

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

Color convert

RGB 185 129 128 -
CMYK 0 0.30 0.31 0.27
HSL 1.05º 0.29% 0.61% -
HSV(B) 1.05º 0.31% 0.73% -
XYZ 31.75 27.57 24.07 -
YUV 145.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 185 129 128 0 0.30 0.31 0.27 1.05 0.29 0.61
Hex B9 81 80 0 1E 1F 1B 1 1D 3D
Octal 271 201 200 0 36 37 33 1 35 75
Binary 10111001 10000001 10000000 0 11110 11111 11011 1 11101 111101

Color Harmonies of #B98180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98180

Black with #B98180

Text Example


Text Example

White with #B98180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98180; }

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

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

background-color css

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

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

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

border-color css

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

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

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