Html Css Color HEX #B0807D Brandy Rose

📋 copy color: '#B0807D'

red 176 ◦ green 128 ◦ blue 125

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

Shades of Brandy Rose #B0807D

Tints of Brandy Rose #B0807D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.84%

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

R = 41.03%
G = 29.84%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0807D (or 0xB0807D) is known color: Brandy Rose. HEX triplet: B0, 80 and 7D. RGB value is (176,128,125). Sum of RGB (Red+Green+Blue) = 176+128+125=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0807D is #4F7F82. Grayscale: #8E8E8E. Windows color (decimal): -5209987 or 8224944. OLE color: 8224944.

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

Color convert

RGB 176 128 125 -
CMYK 0 0.27 0.29 0.31
HSL 3.53º 0.24% 0.59% -
HSV(B) 3.53º 0.29% 0.69% -
XYZ 29.33 26.15 22.9 -
YUV 142.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 176 128 125 0 0.27 0.29 0.31 3.53 0.24 0.59
Hex B0 80 7D 0 1B 1D 1F 4 18 3B
Octal 260 200 175 0 33 35 37 4 30 73
Binary 10110000 10000000 1111101 0 11011 11101 11111 100 11000 111011

Color Harmonies of #B0807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0807D

Black with #B0807D

Text Example


Text Example

White with #B0807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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