Html Css Color HEX #B0827C Brandy Rose

📋 copy color: '#B0827C'

red 176 ◦ green 130 ◦ blue 124

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

Shades of Brandy Rose #B0827C

Tints of Brandy Rose #B0827C

RGB

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

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

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

R = 40.93%
G = 30.23%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0827C (or 0xB0827C) is known color: Brandy Rose. HEX triplet: B0, 82 and 7C. RGB value is (176,130,124). Sum of RGB (Red+Green+Blue) = 176+130+124=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0827C is #4F7D83. Grayscale: #8F8F8F. Windows color (decimal): -5209476 or 8159920. OLE color: 8159920.

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

Color convert

RGB 176 130 124 -
CMYK 0 0.26 0.30 0.31
HSL 6.92º 0.25% 0.59% -
HSV(B) 6.92º 0.3% 0.69% -
XYZ 29.53 26.65 22.66 -
YUV 143.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 176 130 124 0 0.26 0.30 0.31 6.92 0.25 0.59
Hex B0 82 7C 0 1A 1E 1F 7 19 3B
Octal 260 202 174 0 32 36 37 7 31 73
Binary 10110000 10000010 1111100 0 11010 11110 11111 111 11001 111011

Color Harmonies of #B0827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0827C

Black with #B0827C

Text Example


Text Example

White with #B0827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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