Html Css Color HEX #B47D7D Brandy Rose

📋 copy color: '#B47D7D'

red 180 ◦ green 125 ◦ blue 125

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

Shades of Brandy Rose #B47D7D

Tints of Brandy Rose #B47D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 41.86%
G = 29.07%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B47D7D (or 0xB47D7D) is known color: Brandy Rose. HEX triplet: B4, 7D and 7D. RGB value is (180,125,125). Sum of RGB (Red+Green+Blue) = 180+125+125=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D7D is #4B8282. Grayscale: #8D8D8D. Windows color (decimal): -4948611 or 8224180. OLE color: 8224180.

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

Color convert

RGB 180 125 125 -
CMYK 0 0.31 0.31 0.29
HSL 0.27% 0.6% -
HSV(B) 0.31% 0.71% -
XYZ 29.86 25.85 22.82 -
YUV 141.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 180 125 125 0 0.31 0.31 0.29 0 0.27 0.6
Hex B4 7D 7D 0 1F 1F 1D 0 1B 3C
Octal 264 175 175 0 37 37 35 0 33 74
Binary 10110100 1111101 1111101 0 11111 11111 11101 0 11011 111100

Color Harmonies of #B47D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47D7D

Black with #B47D7D

Text Example


Text Example

White with #B47D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47D7D; }

 p { color: rgb(180,125,125); }

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

background-color css

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

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

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

border-color css

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

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

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