Html Css Color HEX #B4836F Brandy Rose

📋 copy color: '#B4836F'

red 180 ◦ green 131 ◦ blue 111

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

Shades of Brandy Rose #B4836F

Tints of Brandy Rose #B4836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.04%

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

R = 42.65%
G = 31.04%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4836F (or 0xB4836F) is known color: Brandy Rose. HEX triplet: B4, 83 and 6F. RGB value is (180,131,111). Sum of RGB (Red+Green+Blue) = 180+131+111=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4836F is #4B7C90. Grayscale: #8F8F8F. Windows color (decimal): -4947089 or 7308212. OLE color: 7308212.

HSL color Cylindrical-coordinate representation of color #B4836F: hue angle of 17.39º 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 #B4836F is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 131 111 -
CMYK 0 0.27 0.38 0.29
HSL 17.39º 0.32% 0.57% -
HSV(B) 17.39º 0.38% 0.71% -
XYZ 29.81 27.08 18.7 -
YUV 143.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 180 131 111 0 0.27 0.38 0.29 17.39 0.32 0.57
Hex B4 83 6F 0 1B 26 1D 11 20 39
Octal 264 203 157 0 33 46 35 21 40 71
Binary 10110100 10000011 1101111 0 11011 100110 11101 10001 100000 111001

Color Harmonies of #B4836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4836F

Black with #B4836F

Text Example


Text Example

White with #B4836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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