Html Css Color HEX #B4836D Brandy Rose

📋 copy color: '#B4836D'

red 180 ◦ green 131 ◦ blue 109

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

Shades of Brandy Rose #B4836D

Tints of Brandy Rose #B4836D

RGB

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

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

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

R = 42.86%
G = 31.19%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4836D (or 0xB4836D) is known color: Brandy Rose. HEX triplet: B4, 83 and 6D. RGB value is (180,131,109). Sum of RGB (Red+Green+Blue) = 180+131+109=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4836D is #4B7C92. Grayscale: #8F8F8F. Windows color (decimal): -4947091 or 7177140. OLE color: 7177140.

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

Color convert

RGB 180 131 109 -
CMYK 0 0.27 0.39 0.29
HSL 18.59º 0.32% 0.57% -
HSV(B) 18.59º 0.39% 0.71% -
XYZ 29.7 27.04 18.12 -
YUV 143.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 180 131 109 0 0.27 0.39 0.29 18.59 0.32 0.57
Hex B4 83 6D 0 1B 27 1D 13 20 39
Octal 264 203 155 0 33 47 35 23 40 71
Binary 10110100 10000011 1101101 0 11011 100111 11101 10011 100000 111001

Color Harmonies of #B4836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4836D

Black with #B4836D

Text Example


Text Example

White with #B4836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4836D; }

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

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

background-color css

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

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

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

border-color css

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

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

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