Html Css Color HEX #B97E6E Brandy Rose

📋 copy color: '#B97E6E'

red 185 ◦ green 126 ◦ blue 110

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

Shades of Brandy Rose #B97E6E

Tints of Brandy Rose #B97E6E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.93%

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

R = 43.94%
G = 29.93%
B = 26.13%

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

#B97E6E (or 0xB97E6E) is known color: Brandy Rose. HEX triplet: B9, 7E and 6E. RGB value is (185,126,110). Sum of RGB (Red+Green+Blue) = 185+126+110=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E6E is #468191. Grayscale: #8D8D8D. Windows color (decimal): -4620690 or 7241401. OLE color: 7241401.

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

Color convert

RGB 185 126 110 -
CMYK 0 0.32 0.41 0.27
HSL 12.8º 0.35% 0.58% -
HSV(B) 12.8º 0.41% 0.73% -
XYZ 30.28 26.36 18.24 -
YUV 141.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 185 126 110 0 0.32 0.41 0.27 12.8 0.35 0.58
Hex B9 7E 6E 0 20 29 1B D 23 3A
Octal 271 176 156 0 40 51 33 15 43 72
Binary 10111001 1111110 1101110 0 100000 101001 11011 1101 100011 111010

Color Harmonies of #B97E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E6E

Black with #B97E6E

Text Example


Text Example

White with #B97E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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