Html Css Color HEX #B4827D Brandy Rose

📋 copy color: '#B4827D'

red 180 ◦ green 130 ◦ blue 125

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

Shades of Brandy Rose #B4827D

Tints of Brandy Rose #B4827D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.74%

R = 41.38%
G = 29.89%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4827D (or 0xB4827D) is known color: Brandy Rose. HEX triplet: B4, 82 and 7D. RGB value is (180,130,125). Sum of RGB (Red+Green+Blue) = 180+130+125=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4827D is #4B7D82. Grayscale: #909090. Windows color (decimal): -4947331 or 8225460. OLE color: 8225460.

HSL color Cylindrical-coordinate representation of color #B4827D: hue angle of 5.45º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4827D is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 130 125 -
CMYK 0 0.28 0.31 0.29
HSL 5.45º 0.27% 0.6% -
HSV(B) 5.45º 0.31% 0.71% -
XYZ 30.51 27.15 23.03 -
YUV 144.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 180 130 125 0 0.28 0.31 0.29 5.45 0.27 0.6
Hex B4 82 7D 0 1C 1F 1D 5 1B 3C
Octal 264 202 175 0 34 37 35 5 33 74
Binary 10110100 10000010 1111101 0 11100 11111 11101 101 11011 111100

Color Harmonies of #B4827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4827D

Black with #B4827D

Text Example


Text Example

White with #B4827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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