Html Css Color HEX #B4856D Brandy Rose

📋 copy color: '#B4856D'

red 180 ◦ green 133 ◦ blue 109

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

Shades of Brandy Rose #B4856D

Tints of Brandy Rose #B4856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

 BLUE value IS 109 (42.97% from 255) = 25.83%

R = 42.65%
G = 31.52%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4856D (or 0xB4856D) is known color: Brandy Rose. HEX triplet: B4, 85 and 6D. RGB value is (180,133,109). Sum of RGB (Red+Green+Blue) = 180+133+109=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4856D is #4B7A92. Grayscale: #909090. Windows color (decimal): -4946579 or 7177652. OLE color: 7177652.

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

Color convert

RGB 180 133 109 -
CMYK 0 0.26 0.39 0.29
HSL 20.28º 0.32% 0.57% -
HSV(B) 20.28º 0.39% 0.71% -
XYZ 29.97 27.58 18.21 -
YUV 144.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 180 133 109 0 0.26 0.39 0.29 20.28 0.32 0.57
Hex B4 85 6D 0 1A 27 1D 14 20 39
Octal 264 205 155 0 32 47 35 24 40 71
Binary 10110100 10000101 1101101 0 11010 100111 11101 10100 100000 111001

Color Harmonies of #B4856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4856D

Black with #B4856D

Text Example


Text Example

White with #B4856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4856D; }

 p { color: rgb(180,133,109); }

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

background-color css

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

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

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

border-color css

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

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

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