Html Css Color HEX #B4866F Brandy Rose

📋 copy color: '#B4866F'

red 180 ◦ green 134 ◦ blue 111

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

Shades of Brandy Rose #B4866F

Tints of Brandy Rose #B4866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.53%

 BLUE value IS 111 (43.75% from 255) = 26.12%

R = 42.35%
G = 31.53%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4866F (or 0xB4866F) is known color: Brandy Rose. HEX triplet: B4, 86 and 6F. RGB value is (180,134,111). Sum of RGB (Red+Green+Blue) = 180+134+111=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4866F is #4B7990. Grayscale: #919191. Windows color (decimal): -4946321 or 7308980. OLE color: 7308980.

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

Color convert

RGB 180 134 111 -
CMYK 0 0.26 0.38 0.29
HSL 20º 0.32% 0.57% -
HSV(B) 20º 0.38% 0.71% -
XYZ 30.22 27.9 18.83 -
YUV 145.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 180 134 111 0 0.26 0.38 0.29 20 0.32 0.57
Hex B4 86 6F 0 1A 26 1D 14 20 39
Octal 264 206 157 0 32 46 35 24 40 71
Binary 10110100 10000110 1101111 0 11010 100110 11101 10100 100000 111001

Color Harmonies of #B4866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4866F

Black with #B4866F

Text Example


Text Example

White with #B4866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4866F; }

 p { color: rgb(180,134,111); }

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

background-color css

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

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

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

border-color css

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

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

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