Html Css Color HEX #B27A79 Brandy Rose

📋 copy color: '#B27A79'

red 178 ◦ green 122 ◦ blue 121

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

Shades of Brandy Rose #B27A79

Tints of Brandy Rose #B27A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.98%

 BLUE value IS 121 (47.66% from 255) = 28.74%

R = 42.28%
G = 28.98%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B27A79 (or 0xB27A79) is known color: Brandy Rose. HEX triplet: B2, 7A and 79. RGB value is (178,122,121). Sum of RGB (Red+Green+Blue) = 178+122+121=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A79 is #4D8586. Grayscale: #8A8A8A. Windows color (decimal): -5080455 or 7961266. OLE color: 7961266.

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

Color convert

RGB 178 122 121 -
CMYK 0 0.31 0.32 0.30
HSL 1.05º 0.27% 0.59% -
HSV(B) 1.05º 0.32% 0.7% -
XYZ 28.77 24.76 21.35 -
YUV 138.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 178 122 121 0 0.31 0.32 0.30 1.05 0.27 0.59
Hex B2 7A 79 0 1F 20 1E 1 1B 3B
Octal 262 172 171 0 37 40 36 1 33 73
Binary 10110010 1111010 1111001 0 11111 100000 11110 1 11011 111011

Color Harmonies of #B27A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A79

Black with #B27A79

Text Example


Text Example

White with #B27A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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