Html Css Color HEX #B98A6F Brandy Rose

📋 copy color: '#B98A6F'

red 185 ◦ green 138 ◦ blue 111

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

Shades of Brandy Rose #B98A6F

Tints of Brandy Rose #B98A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.58%

R = 42.63%
G = 31.8%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B98A6F (or 0xB98A6F) is known color: Brandy Rose. HEX triplet: B9, 8A and 6F. RGB value is (185,138,111). Sum of RGB (Red+Green+Blue) = 185+138+111=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A6F is #467590. Grayscale: #959595. Windows color (decimal): -4617617 or 7310009. OLE color: 7310009.

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

Color convert

RGB 185 138 111 -
CMYK 0 0.25 0.4 0.27
HSL 21.89º 0.35% 0.58% -
HSV(B) 21.89º 0.4% 0.73% -
XYZ 31.97 29.64 19.08 -
YUV 148.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 185 138 111 0 0.25 0.4 0.27 21.89 0.35 0.58
Hex B9 8A 6F 0 19 28 1B 16 23 3A
Octal 271 212 157 0 31 50 33 26 43 72
Binary 10111001 10001010 1101111 0 11001 101000 11011 10110 100011 111010

Color Harmonies of #B98A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A6F

Black with #B98A6F

Text Example


Text Example

White with #B98A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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