Html Css Color HEX #B98782 Brandy Rose

📋 copy color: '#B98782'

red 185 ◦ green 135 ◦ blue 130

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

Shades of Brandy Rose #B98782

Tints of Brandy Rose #B98782

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30%

 BLUE value IS 130 (51.17% from 255) = 28.89%

R = 41.11%
G = 30%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B98782 (or 0xB98782) is known color: Brandy Rose. HEX triplet: B9, 87 and 82. RGB value is (185,135,130). Sum of RGB (Red+Green+Blue) = 185+135+130=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B98782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98782 is #46787D. Grayscale: #959595. Windows color (decimal): -4618366 or 8554425. OLE color: 8554425.

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

Color convert

RGB 185 135 130 -
CMYK 0 0.27 0.30 0.27
HSL 5.45º 0.28% 0.62% -
HSV(B) 5.45º 0.3% 0.73% -
XYZ 32.7 29.25 25.04 -
YUV 149.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 185 135 130 0 0.27 0.30 0.27 5.45 0.28 0.62
Hex B9 87 82 0 1B 1E 1B 5 1C 3E
Octal 271 207 202 0 33 36 33 5 34 76
Binary 10111001 10000111 10000010 0 11011 11110 11011 101 11100 111110

Color Harmonies of #B98782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98782

Black with #B98782

Text Example


Text Example

White with #B98782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98782; }

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

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

background-color css

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

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

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

border-color css

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

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

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