Html Css Color HEX #B27F76 Brandy Rose

📋 copy color: '#B27F76'

red 178 ◦ green 127 ◦ blue 118

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

Shades of Brandy Rose #B27F76

Tints of Brandy Rose #B27F76

RGB

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

 GREEN value IS 127 (50% from 255) = 30.02%

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

R = 42.08%
G = 30.02%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B27F76 (or 0xB27F76) is known color: Brandy Rose. HEX triplet: B2, 7F and 76. RGB value is (178,127,118). Sum of RGB (Red+Green+Blue) = 178+127+118=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27F76 is #4D8089. Grayscale: #8D8D8D. Windows color (decimal): -5079178 or 7765938. OLE color: 7765938.

HSL color Cylindrical-coordinate representation of color #B27F76: hue angle of 9º 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 #B27F76 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 127 118 -
CMYK 0 0.29 0.34 0.30
HSL 0.28% 0.58% -
HSV(B) 0.34% 0.7% -
XYZ 29.22 25.95 20.61 -
YUV 141.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 178 127 118 0 0.29 0.34 0.30 9 0.28 0.58
Hex B2 7F 76 0 1D 22 1E 9 1C 3A
Octal 262 177 166 0 35 42 36 11 34 72
Binary 10110010 1111111 1110110 0 11101 100010 11110 1001 11100 111010

Color Harmonies of #B27F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F76

Black with #B27F76

Text Example


Text Example

White with #B27F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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