Html Css Color HEX #B98B7A Brandy Rose

📋 copy color: '#B98B7A'

red 185 ◦ green 139 ◦ blue 122

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

Shades of Brandy Rose #B98B7A

Tints of Brandy Rose #B98B7A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.17%

 BLUE value IS 122 (48.05% from 255) = 27.35%

R = 41.48%
G = 31.17%
B = 27.35%

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

#B98B7A (or 0xB98B7A) is known color: Brandy Rose. HEX triplet: B9, 8B and 7A. RGB value is (185,139,122). Sum of RGB (Red+Green+Blue) = 185+139+122=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98B7A is #467485. Grayscale: #969696. Windows color (decimal): -4617350 or 8031161. OLE color: 8031161.

HSL color Cylindrical-coordinate representation of color #B98B7A: hue angle of 16.19º 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 #B98B7A is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 139 122 -
CMYK 0 0.25 0.34 0.27
HSL 16.19º 0.31% 0.6% -
HSV(B) 16.19º 0.34% 0.73% -
XYZ 32.75 30.18 22.51 -
YUV 150.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 185 139 122 0 0.25 0.34 0.27 16.19 0.31 0.6
Hex B9 8B 7A 0 19 22 1B 10 1F 3C
Octal 271 213 172 0 31 42 33 20 37 74
Binary 10111001 10001011 1111010 0 11001 100010 11011 10000 11111 111100

Color Harmonies of #B98B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98B7A

Black with #B98B7A

Text Example


Text Example

White with #B98B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98B7A; }

 p { color: rgb(185,139,122); }

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

background-color css

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

 a { background-color: rgb(185,139,122); }

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

border-color css

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

 span { border-color: rgb(185,139,122); }

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