Html Css Color HEX #B98A74 Brandy Rose

📋 copy color: '#B98A74'

red 185 ◦ green 138 ◦ blue 116

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

Shades of Brandy Rose #B98A74

Tints of Brandy Rose #B98A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.42%

R = 42.14%
G = 31.44%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B98A74 (or 0xB98A74) is known color: Brandy Rose. HEX triplet: B9, 8A and 74. RGB value is (185,138,116). Sum of RGB (Red+Green+Blue) = 185+138+116=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A74 is #46758B. Grayscale: #959595. Windows color (decimal): -4617612 or 7637689. OLE color: 7637689.

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

Color convert

RGB 185 138 116 -
CMYK 0 0.25 0.37 0.27
HSL 19.13º 0.33% 0.59% -
HSV(B) 19.13º 0.37% 0.73% -
XYZ 32.25 29.75 20.57 -
YUV 149.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 185 138 116 0 0.25 0.37 0.27 19.13 0.33 0.59
Hex B9 8A 74 0 19 25 1B 13 21 3B
Octal 271 212 164 0 31 45 33 23 41 73
Binary 10111001 10001010 1110100 0 11001 100101 11011 10011 100001 111011

Color Harmonies of #B98A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A74

Black with #B98A74

Text Example


Text Example

White with #B98A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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