Html Css Color HEX #B4817D Brandy Rose

📋 copy color: '#B4817D'

red 180 ◦ green 129 ◦ blue 125

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

Shades of Brandy Rose #B4817D

Tints of Brandy Rose #B4817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.72%

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

R = 41.47%
G = 29.72%
B = 28.8%

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

#B4817D (or 0xB4817D) is known color: Brandy Rose. HEX triplet: B4, 81 and 7D. RGB value is (180,129,125). Sum of RGB (Red+Green+Blue) = 180+129+125=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4817D is #4B7E82. Grayscale: #8F8F8F. Windows color (decimal): -4947587 or 8225204. OLE color: 8225204.

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

Color convert

RGB 180 129 125 -
CMYK 0 0.28 0.31 0.29
HSL 4.36º 0.27% 0.6% -
HSV(B) 4.36º 0.31% 0.71% -
XYZ 30.37 26.88 22.99 -
YUV 143.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 180 129 125 0 0.28 0.31 0.29 4.36 0.27 0.6
Hex B4 81 7D 0 1C 1F 1D 4 1B 3C
Octal 264 201 175 0 34 37 35 4 33 74
Binary 10110100 10000001 1111101 0 11100 11111 11101 100 11011 111100

Color Harmonies of #B4817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4817D

Black with #B4817D

Text Example


Text Example

White with #B4817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4817D; }

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

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

background-color css

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

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

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

border-color css

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

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

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