Html Css Color HEX #B97E7D Brandy Rose

📋 copy color: '#B97E7D'

red 185 ◦ green 126 ◦ blue 125

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

Shades of Brandy Rose #B97E7D

Tints of Brandy Rose #B97E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 42.43%
G = 28.9%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B97E7D (or 0xB97E7D) is known color: Brandy Rose. HEX triplet: B9, 7E and 7D. RGB value is (185,126,125). Sum of RGB (Red+Green+Blue) = 185+126+125=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E7D is #468182. Grayscale: #8F8F8F. Windows color (decimal): -4620675 or 8224441. OLE color: 8224441.

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

Color convert

RGB 185 126 125 -
CMYK 0 0.32 0.32 0.27
HSL 0.3% 0.61% -
HSV(B) 0.32% 0.73% -
XYZ 31.17 26.72 22.92 -
YUV 143.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 185 126 125 0 0.32 0.32 0.27 1 0.3 0.61
Hex B9 7E 7D 0 20 20 1B 1 1E 3D
Octal 271 176 175 0 40 40 33 1 36 75
Binary 10111001 1111110 1111101 0 100000 100000 11011 1 11110 111101

Color Harmonies of #B97E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E7D

Black with #B97E7D

Text Example


Text Example

White with #B97E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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