Html Css Color HEX #B97E6D Brandy Rose

📋 copy color: '#B97E6D'

red 185 ◦ green 126 ◦ blue 109

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

Shades of Brandy Rose #B97E6D

Tints of Brandy Rose #B97E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.95%

R = 44.05%
G = 30%
B = 25.95%

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

#B97E6D (or 0xB97E6D) is known color: Brandy Rose. HEX triplet: B9, 7E and 6D. RGB value is (185,126,109). Sum of RGB (Red+Green+Blue) = 185+126+109=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E6D is #468192. Grayscale: #8D8D8D. Windows color (decimal): -4620691 or 7175865. OLE color: 7175865.

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

Color convert

RGB 185 126 109 -
CMYK 0 0.32 0.41 0.27
HSL 13.42º 0.35% 0.58% -
HSV(B) 13.42º 0.41% 0.73% -
XYZ 30.23 26.34 17.96 -
YUV 141.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 185 126 109 0 0.32 0.41 0.27 13.42 0.35 0.58
Hex B9 7E 6D 0 20 29 1B D 23 3A
Octal 271 176 155 0 40 51 33 15 43 72
Binary 10111001 1111110 1101101 0 100000 101001 11011 1101 100011 111010

Color Harmonies of #B97E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E6D

Black with #B97E6D

Text Example


Text Example

White with #B97E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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