Html Css Color HEX #B97E6B Brandy Rose

📋 copy color: '#B97E6B'

red 185 ◦ green 126 ◦ blue 107

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

Shades of Brandy Rose #B97E6B

Tints of Brandy Rose #B97E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.6%

R = 44.26%
G = 30.14%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B97E6B (or 0xB97E6B) is known color: Brandy Rose. HEX triplet: B9, 7E and 6B. RGB value is (185,126,107). Sum of RGB (Red+Green+Blue) = 185+126+107=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E6B is #468194. Grayscale: #8D8D8D. Windows color (decimal): -4620693 or 7044793. OLE color: 7044793.

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

Color convert

RGB 185 126 107 -
CMYK 0 0.32 0.42 0.27
HSL 14.62º 0.36% 0.57% -
HSV(B) 14.62º 0.42% 0.73% -
XYZ 30.12 26.3 17.4 -
YUV 141.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 185 126 107 0 0.32 0.42 0.27 14.62 0.36 0.57
Hex B9 7E 6B 0 20 2A 1B F 24 39
Octal 271 176 153 0 40 52 33 17 44 71
Binary 10111001 1111110 1101011 0 100000 101010 11011 1111 100100 111001

Color Harmonies of #B97E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E6B

Black with #B97E6B

Text Example


Text Example

White with #B97E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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