Html Css Color HEX #B98A6E Brandy Rose

📋 copy color: '#B98A6E'

red 185 ◦ green 138 ◦ blue 110

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

Shades of Brandy Rose #B98A6E

Tints of Brandy Rose #B98A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.87%

 BLUE value IS 110 (43.36% from 255) = 25.4%

R = 42.73%
G = 31.87%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B98A6E (or 0xB98A6E) is known color: Brandy Rose. HEX triplet: B9, 8A and 6E. RGB value is (185,138,110). Sum of RGB (Red+Green+Blue) = 185+138+110=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A6E is #467591. Grayscale: #959595. Windows color (decimal): -4617618 or 7244473. OLE color: 7244473.

HSL color Cylindrical-coordinate representation of color #B98A6E: hue angle of 22.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B98A6E is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 138 110 -
CMYK 0 0.25 0.41 0.27
HSL 22.4º 0.35% 0.58% -
HSV(B) 22.4º 0.41% 0.73% -
XYZ 31.91 29.62 18.79 -
YUV 148.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 185 138 110 0 0.25 0.41 0.27 22.4 0.35 0.58
Hex B9 8A 6E 0 19 29 1B 16 23 3A
Octal 271 212 156 0 31 51 33 26 43 72
Binary 10111001 10001010 1101110 0 11001 101001 11011 10110 100011 111010

Color Harmonies of #B98A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A6E

Black with #B98A6E

Text Example


Text Example

White with #B98A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A6E; }

 p { color: rgb(185,138,110); }

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

background-color css

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

 a { background-color: rgb(185,138,110); }

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

border-color css

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

 span { border-color: rgb(185,138,110); }

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