Html Css Color HEX #B27976 Brandy Rose

📋 copy color: '#B27976'

red 178 ◦ green 121 ◦ blue 118

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

Shades of Brandy Rose #B27976

Tints of Brandy Rose #B27976

RGB

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

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

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

R = 42.69%
G = 29.02%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B27976 (or 0xB27976) is known color: Brandy Rose. HEX triplet: B2, 79 and 76. RGB value is (178,121,118). Sum of RGB (Red+Green+Blue) = 178+121+118=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B27976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27976 is #4D8689. Grayscale: #898989. Windows color (decimal): -5080714 or 7764402. OLE color: 7764402.

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

Color convert

RGB 178 121 118 -
CMYK 0 0.32 0.34 0.30
HSL 0.28% 0.58% -
HSV(B) 0.34% 0.7% -
XYZ 28.47 24.45 20.36 -
YUV 137.7 116.88 156.74 -
System Red Green Blue C M Y K H S L
Decimal 178 121 118 0 0.32 0.34 0.30 3 0.28 0.58
Hex B2 79 76 0 20 22 1E 3 1C 3A
Octal 262 171 166 0 40 42 36 3 34 72
Binary 10110010 1111001 1110110 0 100000 100010 11110 11 11100 111010

Color Harmonies of #B27976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27976

Black with #B27976

Text Example


Text Example

White with #B27976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27976; }

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

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

background-color css

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

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

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

border-color css

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

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

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