Html Css Color HEX #B97E7A Brandy Rose

📋 copy color: '#B97E7A'

red 185 ◦ green 126 ◦ blue 122

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

Shades of Brandy Rose #B97E7A

Tints of Brandy Rose #B97E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.18%

R = 42.73%
G = 29.1%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B97E7A (or 0xB97E7A) is known color: Brandy Rose. HEX triplet: B9, 7E and 7A. RGB value is (185,126,122). Sum of RGB (Red+Green+Blue) = 185+126+122=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E7A is #468185. Grayscale: #8F8F8F. Windows color (decimal): -4620678 or 8027833. OLE color: 8027833.

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

Color convert

RGB 185 126 122 -
CMYK 0 0.32 0.34 0.27
HSL 3.81º 0.31% 0.6% -
HSV(B) 3.81º 0.34% 0.73% -
XYZ 30.98 26.64 21.92 -
YUV 143.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 185 126 122 0 0.32 0.34 0.27 3.81 0.31 0.6
Hex B9 7E 7A 0 20 22 1B 4 1F 3C
Octal 271 176 172 0 40 42 33 4 37 74
Binary 10111001 1111110 1111010 0 100000 100010 11011 100 11111 111100

Color Harmonies of #B97E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E7A

Black with #B97E7A

Text Example


Text Example

White with #B97E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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