Html Css Color HEX #B98168 Brandy Rose

📋 copy color: '#B98168'

red 185 ◦ green 129 ◦ blue 104

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

Shades of Brandy Rose #B98168

Tints of Brandy Rose #B98168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.86%

 BLUE value IS 104 (41.02% from 255) = 24.88%

R = 44.26%
G = 30.86%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B98168 (or 0xB98168) is known color: Brandy Rose. HEX triplet: B9, 81 and 68. RGB value is (185,129,104). Sum of RGB (Red+Green+Blue) = 185+129+104=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B98168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98168 is #467E97. Grayscale: #8F8F8F. Windows color (decimal): -4619928 or 6848953. OLE color: 6848953.

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

Color convert

RGB 185 129 104 -
CMYK 0 0.30 0.44 0.27
HSL 18.52º 0.37% 0.57% -
HSV(B) 18.52º 0.44% 0.73% -
XYZ 30.36 27.01 16.71 -
YUV 142.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 185 129 104 0 0.30 0.44 0.27 18.52 0.37 0.57
Hex B9 81 68 0 1E 2C 1B 13 25 39
Octal 271 201 150 0 36 54 33 23 45 71
Binary 10111001 10000001 1101000 0 11110 101100 11011 10011 100101 111001

Color Harmonies of #B98168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98168

Black with #B98168

Text Example


Text Example

White with #B98168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98168; }

 p { color: rgb(185,129,104); }

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

background-color css

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

 a { background-color: rgb(185,129,104); }

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

border-color css

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

 span { border-color: rgb(185,129,104); }

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