Html Css Color HEX #B27E73 Brandy Rose

📋 copy color: '#B27E73'

red 178 ◦ green 126 ◦ blue 115

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

Shades of Brandy Rose #B27E73

Tints of Brandy Rose #B27E73

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 115 (45.31% from 255) = 27.45%

R = 42.48%
G = 30.07%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B27E73 (or 0xB27E73) is known color: Brandy Rose. HEX triplet: B2, 7E and 73. RGB value is (178,126,115). Sum of RGB (Red+Green+Blue) = 178+126+115=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E73 is #4D818C. Grayscale: #8C8C8C. Windows color (decimal): -5079437 or 7569074. OLE color: 7569074.

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

Color convert

RGB 178 126 115 -
CMYK 0 0.29 0.35 0.30
HSL 10.48º 0.29% 0.57% -
HSV(B) 10.48º 0.35% 0.7% -
XYZ 28.92 25.62 19.64 -
YUV 140.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 178 126 115 0 0.29 0.35 0.30 10.48 0.29 0.57
Hex B2 7E 73 0 1D 23 1E A 1D 39
Octal 262 176 163 0 35 43 36 12 35 71
Binary 10110010 1111110 1110011 0 11101 100011 11110 1010 11101 111001

Color Harmonies of #B27E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E73

Black with #B27E73

Text Example


Text Example

White with #B27E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E73; }

 p { color: rgb(178,126,115); }

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

background-color css

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

 a { background-color: rgb(178,126,115); }

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

border-color css

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

 span { border-color: rgb(178,126,115); }

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