Html Css Color HEX #B27A73 Brandy Rose

📋 copy color: '#B27A73'

red 178 ◦ green 122 ◦ blue 115

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

Shades of Brandy Rose #B27A73

Tints of Brandy Rose #B27A73

RGB

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

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

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

R = 42.89%
G = 29.4%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B27A73 (or 0xB27A73) is known color: Brandy Rose. HEX triplet: B2, 7A and 73. RGB value is (178,122,115). Sum of RGB (Red+Green+Blue) = 178+122+115=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A73 is #4D858C. Grayscale: #8A8A8A. Windows color (decimal): -5080461 or 7568050. OLE color: 7568050.

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

Color convert

RGB 178 122 115 -
CMYK 0 0.31 0.35 0.30
HSL 6.67º 0.29% 0.57% -
HSV(B) 6.67º 0.35% 0.7% -
XYZ 28.41 24.62 19.47 -
YUV 137.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 178 122 115 0 0.31 0.35 0.30 6.67 0.29 0.57
Hex B2 7A 73 0 1F 23 1E 7 1D 39
Octal 262 172 163 0 37 43 36 7 35 71
Binary 10110010 1111010 1110011 0 11111 100011 11110 111 11101 111001

Color Harmonies of #B27A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A73

Black with #B27A73

Text Example


Text Example

White with #B27A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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