Html Css Color HEX #B27D78 Brandy Rose

📋 copy color: '#B27D78'

red 178 ◦ green 125 ◦ blue 120

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

Shades of Brandy Rose #B27D78

Tints of Brandy Rose #B27D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.55%

 BLUE value IS 120 (47.27% from 255) = 28.37%

R = 42.08%
G = 29.55%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B27D78 (or 0xB27D78) is known color: Brandy Rose. HEX triplet: B2, 7D and 78. RGB value is (178,125,120). Sum of RGB (Red+Green+Blue) = 178+125+120=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D78 is #4D8287. Grayscale: #8C8C8C. Windows color (decimal): -5079688 or 7896498. OLE color: 7896498.

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

Color convert

RGB 178 125 120 -
CMYK 0 0.30 0.33 0.30
HSL 5.17º 0.27% 0.58% -
HSV(B) 5.17º 0.33% 0.7% -
XYZ 29.08 25.49 21.16 -
YUV 140.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 178 125 120 0 0.30 0.33 0.30 5.17 0.27 0.58
Hex B2 7D 78 0 1E 21 1E 5 1B 3A
Octal 262 175 170 0 36 41 36 5 33 72
Binary 10110010 1111101 1111000 0 11110 100001 11110 101 11011 111010

Color Harmonies of #B27D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D78

Black with #B27D78

Text Example


Text Example

White with #B27D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D78; }

 p { color: rgb(178,125,120); }

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

background-color css

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

 a { background-color: rgb(178,125,120); }

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

border-color css

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

 span { border-color: rgb(178,125,120); }

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