Html Css Color HEX #B98380 Brandy Rose

📋 copy color: '#B98380'

red 185 ◦ green 131 ◦ blue 128

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

Shades of Brandy Rose #B98380

Tints of Brandy Rose #B98380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.5%

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

R = 41.67%
G = 29.5%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B98380 (or 0xB98380) is known color: Brandy Rose. HEX triplet: B9, 83 and 80. RGB value is (185,131,128). Sum of RGB (Red+Green+Blue) = 185+131+128=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B98380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98380 is #467C7F. Grayscale: #929292. Windows color (decimal): -4619392 or 8422329. OLE color: 8422329.

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

Color convert

RGB 185 131 128 -
CMYK 0 0.29 0.31 0.27
HSL 3.16º 0.29% 0.61% -
HSV(B) 3.16º 0.31% 0.73% -
XYZ 32.02 28.11 24.16 -
YUV 146.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 185 131 128 0 0.29 0.31 0.27 3.16 0.29 0.61
Hex B9 83 80 0 1D 1F 1B 3 1D 3D
Octal 271 203 200 0 35 37 33 3 35 75
Binary 10111001 10000011 10000000 0 11101 11111 11011 11 11101 111101

Color Harmonies of #B98380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98380

Black with #B98380

Text Example


Text Example

White with #B98380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98380; }

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

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

background-color css

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

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

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

border-color css

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

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

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