Html Css Color HEX #B97E75 Brandy Rose

📋 copy color: '#B97E75'

red 185 ◦ green 126 ◦ blue 117

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

Shades of Brandy Rose #B97E75

Tints of Brandy Rose #B97E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.34%

R = 43.22%
G = 29.44%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B97E75 (or 0xB97E75) is known color: Brandy Rose. HEX triplet: B9, 7E and 75. RGB value is (185,126,117). Sum of RGB (Red+Green+Blue) = 185+126+117=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E75 is #46818A. Grayscale: #8E8E8E. Windows color (decimal): -4620683 or 7700153. OLE color: 7700153.

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

Color convert

RGB 185 126 117 -
CMYK 0 0.32 0.37 0.27
HSL 7.94º 0.33% 0.59% -
HSV(B) 7.94º 0.37% 0.73% -
XYZ 30.68 26.52 20.33 -
YUV 142.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 185 126 117 0 0.32 0.37 0.27 7.94 0.33 0.59
Hex B9 7E 75 0 20 25 1B 8 21 3B
Octal 271 176 165 0 40 45 33 10 41 73
Binary 10111001 1111110 1110101 0 100000 100101 11011 1000 100001 111011

Color Harmonies of #B97E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E75

Black with #B97E75

Text Example


Text Example

White with #B97E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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