Html Css Color HEX #B97C79 Brandy Rose

📋 copy color: '#B97C79'

red 185 ◦ green 124 ◦ blue 121

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

Shades of Brandy Rose #B97C79

Tints of Brandy Rose #B97C79

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.84%

 BLUE value IS 121 (47.66% from 255) = 28.14%

R = 43.02%
G = 28.84%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B97C79 (or 0xB97C79) is known color: Brandy Rose. HEX triplet: B9, 7C and 79. RGB value is (185,124,121). Sum of RGB (Red+Green+Blue) = 185+124+121=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C79 is #468386. Grayscale: #8D8D8D. Windows color (decimal): -4621191 or 7961785. OLE color: 7961785.

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

Color convert

RGB 185 124 121 -
CMYK 0 0.33 0.35 0.27
HSL 2.81º 0.31% 0.6% -
HSV(B) 2.81º 0.35% 0.73% -
XYZ 30.67 26.11 21.51 -
YUV 141.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 185 124 121 0 0.33 0.35 0.27 2.81 0.31 0.6
Hex B9 7C 79 0 21 23 1B 3 1F 3C
Octal 271 174 171 0 41 43 33 3 37 74
Binary 10111001 1111100 1111001 0 100001 100011 11011 11 11111 111100

Color Harmonies of #B97C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C79

Black with #B97C79

Text Example


Text Example

White with #B97C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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