Html Css Color HEX #BD807F Brandy Rose

📋 copy color: '#BD807F'

red 189 ◦ green 128 ◦ blue 127

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

Shades of Brandy Rose #BD807F

Tints of Brandy Rose #BD807F

RGB

 RED value IS 189 (74.22% from 255) = 42.57%

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

 BLUE value IS 127 (50% from 255) = 28.6%

R = 42.57%
G = 28.83%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD807F (or 0xBD807F) is known color: Brandy Rose. HEX triplet: BD, 80 and 7F. RGB value is (189,128,127). Sum of RGB (Red+Green+Blue) = 189+128+127=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD807F is #427F80. Grayscale: #929292. Windows color (decimal): -4358017 or 8356029. OLE color: 8356029.

HSL color Cylindrical-coordinate representation of color #BD807F: hue angle of 0.97º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD807F is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 128 127 -
CMYK 0 0.32 0.33 0.26
HSL 0.97º 0.32% 0.62% -
HSV(B) 0.97º 0.33% 0.74% -
XYZ 32.54 27.79 23.73 -
YUV 146.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 189 128 127 0 0.32 0.33 0.26 0.97 0.32 0.62
Hex BD 80 7F 0 20 21 1A 1 20 3E
Octal 275 200 177 0 40 41 32 1 40 76
Binary 10111101 10000000 1111111 0 100000 100001 11010 1 100000 111110

Color Harmonies of #BD807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD807F

Black with #BD807F

Text Example


Text Example

White with #BD807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD807F; }

 p { color: rgb(189,128,127); }

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

background-color css

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

 a { background-color: rgb(189,128,127); }

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

border-color css

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

 span { border-color: rgb(189,128,127); }

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