Html Css Color HEX #B97C72 Brandy Rose

📋 copy color: '#B97C72'

red 185 ◦ green 124 ◦ blue 114

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

Shades of Brandy Rose #B97C72

Tints of Brandy Rose #B97C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 43.74%
G = 29.31%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B97C72 (or 0xB97C72) is known color: Brandy Rose. HEX triplet: B9, 7C and 72. RGB value is (185,124,114). Sum of RGB (Red+Green+Blue) = 185+124+114=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C72 is #46838D. Grayscale: #8D8D8D. Windows color (decimal): -4621198 or 7503033. OLE color: 7503033.

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

Color convert

RGB 185 124 114 -
CMYK 0 0.33 0.38 0.27
HSL 8.45º 0.34% 0.59% -
HSV(B) 8.45º 0.38% 0.73% -
XYZ 30.25 25.94 19.33 -
YUV 141.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 185 124 114 0 0.33 0.38 0.27 8.45 0.34 0.59
Hex B9 7C 72 0 21 26 1B 8 22 3B
Octal 271 174 162 0 41 46 33 10 42 73
Binary 10111001 1111100 1110010 0 100001 100110 11011 1000 100010 111011

Color Harmonies of #B97C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C72

Black with #B97C72

Text Example


Text Example

White with #B97C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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