Html Css Color HEX #B98E7C Brandy Rose

📋 copy color: '#B98E7C'

red 185 ◦ green 142 ◦ blue 124

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

Shades of Brandy Rose #B98E7C

Tints of Brandy Rose #B98E7C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.49%

 BLUE value IS 124 (48.83% from 255) = 27.49%

R = 41.02%
G = 31.49%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B98E7C (or 0xB98E7C) is known color: Brandy Rose. HEX triplet: B9, 8E and 7C. RGB value is (185,142,124). Sum of RGB (Red+Green+Blue) = 185+142+124=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E7C is #467183. Grayscale: #989898. Windows color (decimal): -4616580 or 8163001. OLE color: 8163001.

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

Color convert

RGB 185 142 124 -
CMYK 0 0.23 0.33 0.27
HSL 17.7º 0.3% 0.61% -
HSV(B) 17.7º 0.33% 0.73% -
XYZ 33.32 31.12 23.32 -
YUV 152.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 185 142 124 0 0.23 0.33 0.27 17.7 0.3 0.61
Hex B9 8E 7C 0 17 21 1B 12 1E 3D
Octal 271 216 174 0 27 41 33 22 36 75
Binary 10111001 10001110 1111100 0 10111 100001 11011 10010 11110 111101

Color Harmonies of #B98E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98E7C

Black with #B98E7C

Text Example


Text Example

White with #B98E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98E7C; }

 p { color: rgb(185,142,124); }

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

background-color css

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

 a { background-color: rgb(185,142,124); }

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

border-color css

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

 span { border-color: rgb(185,142,124); }

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