Html Css Color HEX #B4817A Brandy Rose

📋 copy color: '#B4817A'

red 180 ◦ green 129 ◦ blue 122

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

Shades of Brandy Rose #B4817A

Tints of Brandy Rose #B4817A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.31%

R = 41.76%
G = 29.93%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4817A (or 0xB4817A) is known color: Brandy Rose. HEX triplet: B4, 81 and 7A. RGB value is (180,129,122). Sum of RGB (Red+Green+Blue) = 180+129+122=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B4817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4817A is #4B7E85. Grayscale: #8F8F8F. Windows color (decimal): -4947590 or 8028596. OLE color: 8028596.

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

Color convert

RGB 180 129 122 -
CMYK 0 0.28 0.32 0.29
HSL 7.24º 0.28% 0.59% -
HSV(B) 7.24º 0.32% 0.71% -
XYZ 30.19 26.81 22 -
YUV 143.45 115.9 154.07 -
System Red Green Blue C M Y K H S L
Decimal 180 129 122 0 0.28 0.32 0.29 7.24 0.28 0.59
Hex B4 81 7A 0 1C 20 1D 7 1C 3B
Octal 264 201 172 0 34 40 35 7 34 73
Binary 10110100 10000001 1111010 0 11100 100000 11101 111 11100 111011

Color Harmonies of #B4817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4817A

Black with #B4817A

Text Example


Text Example

White with #B4817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4817A; }

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

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

background-color css

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

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

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

border-color css

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

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

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