Html Css Color HEX #B97C76 Brandy Rose

📋 copy color: '#B97C76'

red 185 ◦ green 124 ◦ blue 118

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

Shades of Brandy Rose #B97C76

Tints of Brandy Rose #B97C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.63%

R = 43.33%
G = 29.04%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B97C76 (or 0xB97C76) is known color: Brandy Rose. HEX triplet: B9, 7C and 76. RGB value is (185,124,118). Sum of RGB (Red+Green+Blue) = 185+124+118=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C76 is #468389. Grayscale: #8D8D8D. Windows color (decimal): -4621194 or 7765177. OLE color: 7765177.

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

Color convert

RGB 185 124 118 -
CMYK 0 0.33 0.36 0.27
HSL 5.37º 0.32% 0.59% -
HSV(B) 5.37º 0.36% 0.73% -
XYZ 30.49 26.04 20.56 -
YUV 141.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 185 124 118 0 0.33 0.36 0.27 5.37 0.32 0.59
Hex B9 7C 76 0 21 24 1B 5 20 3B
Octal 271 174 166 0 41 44 33 5 40 73
Binary 10111001 1111100 1110110 0 100001 100100 11011 101 100000 111011

Color Harmonies of #B97C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C76

Black with #B97C76

Text Example


Text Example

White with #B97C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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