Html Css Color HEX #B27A72 Brandy Rose

📋 copy color: '#B27A72'

red 178 ◦ green 122 ◦ blue 114

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

Shades of Brandy Rose #B27A72

Tints of Brandy Rose #B27A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 43%
G = 29.47%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B27A72 (or 0xB27A72) is known color: Brandy Rose. HEX triplet: B2, 7A and 72. RGB value is (178,122,114). Sum of RGB (Red+Green+Blue) = 178+122+114=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A72 is #4D858D. Grayscale: #898989. Windows color (decimal): -5080462 or 7502514. OLE color: 7502514.

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

Color convert

RGB 178 122 114 -
CMYK 0 0.31 0.36 0.30
HSL 7.5º 0.29% 0.57% -
HSV(B) 7.5º 0.36% 0.7% -
XYZ 28.36 24.6 19.17 -
YUV 137.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 178 122 114 0 0.31 0.36 0.30 7.5 0.29 0.57
Hex B2 7A 72 0 1F 24 1E 8 1D 39
Octal 262 172 162 0 37 44 36 10 35 71
Binary 10110010 1111010 1110010 0 11111 100100 11110 1000 11101 111001

Color Harmonies of #B27A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A72

Black with #B27A72

Text Example


Text Example

White with #B27A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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