Html Css Color HEX #B47C69 Brandy Rose

📋 copy color: '#B47C69'

red 180 ◦ green 124 ◦ blue 105

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

Shades of Brandy Rose #B47C69

Tints of Brandy Rose #B47C69

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.32%

 BLUE value IS 105 (41.41% from 255) = 25.67%

R = 44.01%
G = 30.32%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B47C69 (or 0xB47C69) is known color: Brandy Rose. HEX triplet: B4, 7C and 69. RGB value is (180,124,105). Sum of RGB (Red+Green+Blue) = 180+124+105=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C69 is #4B8396. Grayscale: #8A8A8A. Windows color (decimal): -4948887 or 6913204. OLE color: 6913204.

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

Color convert

RGB 180 124 105 -
CMYK 0 0.31 0.42 0.29
HSL 15.2º 0.33% 0.56% -
HSV(B) 15.2º 0.42% 0.71% -
XYZ 28.58 25.14 16.71 -
YUV 138.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 180 124 105 0 0.31 0.42 0.29 15.2 0.33 0.56
Hex B4 7C 69 0 1F 2A 1D F 21 38
Octal 264 174 151 0 37 52 35 17 41 70
Binary 10110100 1111100 1101001 0 11111 101010 11101 1111 100001 111000

Color Harmonies of #B47C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C69

Black with #B47C69

Text Example


Text Example

White with #B47C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C69; }

 p { color: rgb(180,124,105); }

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

background-color css

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

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

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

border-color css

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

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

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