Html Css Color HEX #B27971 Brandy Rose

📋 copy color: '#B27971'

red 178 ◦ green 121 ◦ blue 113

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

Shades of Brandy Rose #B27971

Tints of Brandy Rose #B27971

RGB

 RED value IS 178 (69.92% from 255) = 43.2%

 GREEN value IS 121 (47.66% from 255) = 29.37%

 BLUE value IS 113 (44.53% from 255) = 27.43%

R = 43.2%
G = 29.37%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B27971 (or 0xB27971) is known color: Brandy Rose. HEX triplet: B2, 79 and 71. RGB value is (178,121,113). Sum of RGB (Red+Green+Blue) = 178+121+113=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B27971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27971 is #4D868E. Grayscale: #898989. Windows color (decimal): -5080719 or 7436722. OLE color: 7436722.

HSL color Cylindrical-coordinate representation of color #B27971: hue angle of 7.38º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B27971 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 121 113 -
CMYK 0 0.32 0.37 0.30
HSL 7.38º 0.3% 0.57% -
HSV(B) 7.38º 0.37% 0.7% -
XYZ 28.18 24.33 18.83 -
YUV 137.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 178 121 113 0 0.32 0.37 0.30 7.38 0.3 0.57
Hex B2 79 71 0 20 25 1E 7 1E 39
Octal 262 171 161 0 40 45 36 7 36 71
Binary 10110010 1111001 1110001 0 100000 100101 11110 111 11110 111001

Color Harmonies of #B27971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27971

Black with #B27971

Text Example


Text Example

White with #B27971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27971; }

 p { color: rgb(178,121,113); }

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

background-color css

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

 a { background-color: rgb(178,121,113); }

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

border-color css

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

 span { border-color: rgb(178,121,113); }

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