Html Css Color HEX #B0827D Brandy Rose

📋 copy color: '#B0827D'

red 176 ◦ green 130 ◦ blue 125

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

Shades of Brandy Rose #B0827D

Tints of Brandy Rose #B0827D

RGB

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

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

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

R = 40.84%
G = 30.16%
B = 29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0827D (or 0xB0827D) is known color: Brandy Rose. HEX triplet: B0, 82 and 7D. RGB value is (176,130,125). Sum of RGB (Red+Green+Blue) = 176+130+125=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0827D is #4F7D82. Grayscale: #8F8F8F. Windows color (decimal): -5209475 or 8225456. OLE color: 8225456.

HSL color Cylindrical-coordinate representation of color #B0827D: hue angle of 5.88º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0827D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 125 -
CMYK 0 0.26 0.29 0.31
HSL 5.88º 0.24% 0.59% -
HSV(B) 5.88º 0.29% 0.69% -
XYZ 29.59 26.68 22.99 -
YUV 143.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 176 130 125 0 0.26 0.29 0.31 5.88 0.24 0.59
Hex B0 82 7D 0 1A 1D 1F 6 18 3B
Octal 260 202 175 0 32 35 37 6 30 73
Binary 10110000 10000010 1111101 0 11010 11101 11111 110 11000 111011

Color Harmonies of #B0827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0827D

Black with #B0827D

Text Example


Text Example

White with #B0827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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