Html Css Color HEX #B4826D Brandy Rose

📋 copy color: '#B4826D'

red 180 ◦ green 130 ◦ blue 109

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

Shades of Brandy Rose #B4826D

Tints of Brandy Rose #B4826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.03%

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

R = 42.96%
G = 31.03%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4826D (or 0xB4826D) is known color: Brandy Rose. HEX triplet: B4, 82 and 6D. RGB value is (180,130,109). Sum of RGB (Red+Green+Blue) = 180+130+109=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4826D is #4B7D92. Grayscale: #8E8E8E. Windows color (decimal): -4947347 or 7176884. OLE color: 7176884.

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

Color convert

RGB 180 130 109 -
CMYK 0 0.28 0.39 0.29
HSL 17.75º 0.32% 0.57% -
HSV(B) 17.75º 0.39% 0.71% -
XYZ 29.57 26.77 18.08 -
YUV 142.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 180 130 109 0 0.28 0.39 0.29 17.75 0.32 0.57
Hex B4 82 6D 0 1C 27 1D 12 20 39
Octal 264 202 155 0 34 47 35 22 40 71
Binary 10110100 10000010 1101101 0 11100 100111 11101 10010 100000 111001

Color Harmonies of #B4826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4826D

Black with #B4826D

Text Example


Text Example

White with #B4826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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