Html Css Color HEX #B97D6E Brandy Rose

📋 copy color: '#B97D6E'

red 185 ◦ green 125 ◦ blue 110

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

Shades of Brandy Rose #B97D6E

Tints of Brandy Rose #B97D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.76%

 BLUE value IS 110 (43.36% from 255) = 26.19%

R = 44.05%
G = 29.76%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B97D6E (or 0xB97D6E) is known color: Brandy Rose. HEX triplet: B9, 7D and 6E. RGB value is (185,125,110). Sum of RGB (Red+Green+Blue) = 185+125+110=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D6E is #468291. Grayscale: #8D8D8D. Windows color (decimal): -4620946 or 7241145. OLE color: 7241145.

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

Color convert

RGB 185 125 110 -
CMYK 0 0.32 0.41 0.27
HSL 12º 0.35% 0.58% -
HSV(B) 12º 0.41% 0.73% -
XYZ 30.16 26.11 18.2 -
YUV 141.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 185 125 110 0 0.32 0.41 0.27 12 0.35 0.58
Hex B9 7D 6E 0 20 29 1B C 23 3A
Octal 271 175 156 0 40 51 33 14 43 72
Binary 10111001 1111101 1101110 0 100000 101001 11011 1100 100011 111010

Color Harmonies of #B97D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97D6E

Black with #B97D6E

Text Example


Text Example

White with #B97D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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