Html Css Color HEX #B97D7C Brandy Rose

📋 copy color: '#B97D7C'

red 185 ◦ green 125 ◦ blue 124

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

Shades of Brandy Rose #B97D7C

Tints of Brandy Rose #B97D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.8%

 BLUE value IS 124 (48.83% from 255) = 28.57%

R = 42.63%
G = 28.8%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B97D7C (or 0xB97D7C) is known color: Brandy Rose. HEX triplet: B9, 7D and 7C. RGB value is (185,125,124). Sum of RGB (Red+Green+Blue) = 185+125+124=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D7C is #468283. Grayscale: #8E8E8E. Windows color (decimal): -4620932 or 8158649. OLE color: 8158649.

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

Color convert

RGB 185 125 124 -
CMYK 0 0.32 0.33 0.27
HSL 0.98º 0.3% 0.61% -
HSV(B) 0.98º 0.33% 0.73% -
XYZ 30.98 26.44 22.54 -
YUV 142.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 185 125 124 0 0.32 0.33 0.27 0.98 0.3 0.61
Hex B9 7D 7C 0 20 21 1B 1 1E 3D
Octal 271 175 174 0 40 41 33 1 36 75
Binary 10111001 1111101 1111100 0 100000 100001 11011 1 11110 111101

Color Harmonies of #B97D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97D7C

Black with #B97D7C

Text Example


Text Example

White with #B97D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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