Html Css Color HEX #B47A72 Brandy Rose

📋 copy color: '#B47A72'

red 180 ◦ green 122 ◦ blue 114

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

Shades of Brandy Rose #B47A72

Tints of Brandy Rose #B47A72

RGB

 RED value IS 180 (70.7% from 255) = 43.27%

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

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

R = 43.27%
G = 29.33%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B47A72 (or 0xB47A72) is known color: Brandy Rose. HEX triplet: B4, 7A and 72. RGB value is (180,122,114). Sum of RGB (Red+Green+Blue) = 180+122+114=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A72 is #4B858D. Grayscale: #8A8A8A. Windows color (decimal): -4949390 or 7502516. OLE color: 7502516.

HSL color Cylindrical-coordinate representation of color #B47A72: hue angle of 7.27º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B47A72 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 122 114 -
CMYK 0 0.32 0.37 0.29
HSL 7.27º 0.31% 0.58% -
HSV(B) 7.27º 0.37% 0.71% -
XYZ 28.82 24.84 19.19 -
YUV 138.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 180 122 114 0 0.32 0.37 0.29 7.27 0.31 0.58
Hex B4 7A 72 0 20 25 1D 7 1F 3A
Octal 264 172 162 0 40 45 35 7 37 72
Binary 10110100 1111010 1110010 0 100000 100101 11101 111 11111 111010

Color Harmonies of #B47A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A72

Black with #B47A72

Text Example


Text Example

White with #B47A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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