Html Css Color HEX #B97E6F Brandy Rose

📋 copy color: '#B97E6F'

red 185 ◦ green 126 ◦ blue 111

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

Shades of Brandy Rose #B97E6F

Tints of Brandy Rose #B97E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.3%

R = 43.84%
G = 29.86%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B97E6F (or 0xB97E6F) is known color: Brandy Rose. HEX triplet: B9, 7E and 6F. RGB value is (185,126,111). Sum of RGB (Red+Green+Blue) = 185+126+111=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E6F is #468190. Grayscale: #8E8E8E. Windows color (decimal): -4620689 or 7306937. OLE color: 7306937.

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

Color convert

RGB 185 126 111 -
CMYK 0 0.32 0.4 0.27
HSL 12.16º 0.35% 0.58% -
HSV(B) 12.16º 0.4% 0.73% -
XYZ 30.34 26.38 18.53 -
YUV 141.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 185 126 111 0 0.32 0.4 0.27 12.16 0.35 0.58
Hex B9 7E 6F 0 20 28 1B C 23 3A
Octal 271 176 157 0 40 50 33 14 43 72
Binary 10111001 1111110 1101111 0 100000 101000 11011 1100 100011 111010

Color Harmonies of #B97E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E6F

Black with #B97E6F

Text Example


Text Example

White with #B97E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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