Html Css Color HEX #B98A7B Brandy Rose

📋 copy color: '#B98A7B'

red 185 ◦ green 138 ◦ blue 123

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

Shades of Brandy Rose #B98A7B

Tints of Brandy Rose #B98A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.58%

R = 41.48%
G = 30.94%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B98A7B (or 0xB98A7B) is known color: Brandy Rose. HEX triplet: B9, 8A and 7B. RGB value is (185,138,123). Sum of RGB (Red+Green+Blue) = 185+138+123=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A7B is #467584. Grayscale: #969696. Windows color (decimal): -4617605 or 8096441. OLE color: 8096441.

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

Color convert

RGB 185 138 123 -
CMYK 0 0.25 0.34 0.27
HSL 14.52º 0.31% 0.6% -
HSV(B) 14.52º 0.34% 0.73% -
XYZ 32.67 29.92 22.79 -
YUV 150.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 185 138 123 0 0.25 0.34 0.27 14.52 0.31 0.6
Hex B9 8A 7B 0 19 22 1B F 1F 3C
Octal 271 212 173 0 31 42 33 17 37 74
Binary 10111001 10001010 1111011 0 11001 100010 11011 1111 11111 111100

Color Harmonies of #B98A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A7B

Black with #B98A7B

Text Example


Text Example

White with #B98A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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