Html Css Color HEX #B98A7D Brandy Rose

📋 copy color: '#B98A7D'

red 185 ◦ green 138 ◦ blue 125

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

Shades of Brandy Rose #B98A7D

Tints of Brandy Rose #B98A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 41.29%
G = 30.8%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B98A7D (or 0xB98A7D) is known color: Brandy Rose. HEX triplet: B9, 8A and 7D. RGB value is (185,138,125). Sum of RGB (Red+Green+Blue) = 185+138+125=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A7D is #467582. Grayscale: #969696. Windows color (decimal): -4617603 or 8227513. OLE color: 8227513.

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

Color convert

RGB 185 138 125 -
CMYK 0 0.25 0.32 0.27
HSL 13º 0.3% 0.61% -
HSV(B) 13º 0.32% 0.73% -
XYZ 32.8 29.97 23.46 -
YUV 150.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 185 138 125 0 0.25 0.32 0.27 13 0.3 0.61
Hex B9 8A 7D 0 19 20 1B D 1E 3D
Octal 271 212 175 0 31 40 33 15 36 75
Binary 10111001 10001010 1111101 0 11001 100000 11011 1101 11110 111101

Color Harmonies of #B98A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A7D

Black with #B98A7D

Text Example


Text Example

White with #B98A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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