Html Css Color HEX #B0817C Brandy Rose

📋 copy color: '#B0817C'

red 176 ◦ green 129 ◦ blue 124

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

Shades of Brandy Rose #B0817C

Tints of Brandy Rose #B0817C

RGB

 RED value IS 176 (69.14% from 255) = 41.03%

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

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 41.03%
G = 30.07%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0817C (or 0xB0817C) is known color: Brandy Rose. HEX triplet: B0, 81 and 7C. RGB value is (176,129,124). Sum of RGB (Red+Green+Blue) = 176+129+124=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0817C is #4F7E83. Grayscale: #8E8E8E. Windows color (decimal): -5209732 or 8159664. OLE color: 8159664.

HSL color Cylindrical-coordinate representation of color #B0817C: hue angle of 5.77º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0817C is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 129 124 -
CMYK 0 0.27 0.30 0.31
HSL 5.77º 0.25% 0.59% -
HSV(B) 5.77º 0.3% 0.69% -
XYZ 29.39 26.39 22.61 -
YUV 142.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 176 129 124 0 0.27 0.30 0.31 5.77 0.25 0.59
Hex B0 81 7C 0 1B 1E 1F 6 19 3B
Octal 260 201 174 0 33 36 37 6 31 73
Binary 10110000 10000001 1111100 0 11011 11110 11111 110 11001 111011

Color Harmonies of #B0817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0817C

Black with #B0817C

Text Example


Text Example

White with #B0817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0817C; }

 p { color: rgb(176,129,124); }

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

background-color css

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

 a { background-color: rgb(176,129,124); }

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

border-color css

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

 span { border-color: rgb(176,129,124); }

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