Html Css Color HEX #BD807C Brandy Rose

📋 copy color: '#BD807C'

red 189 ◦ green 128 ◦ blue 124

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

Shades of Brandy Rose #BD807C

Tints of Brandy Rose #BD807C

RGB

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

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

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

R = 42.86%
G = 29.02%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD807C (or 0xBD807C) is known color: Brandy Rose. HEX triplet: BD, 80 and 7C. RGB value is (189,128,124). Sum of RGB (Red+Green+Blue) = 189+128+124=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD807C is #427F83. Grayscale: #919191. Windows color (decimal): -4358020 or 8159421. OLE color: 8159421.

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

Color convert

RGB 189 128 124 -
CMYK 0 0.32 0.34 0.26
HSL 3.69º 0.33% 0.61% -
HSV(B) 3.69º 0.34% 0.74% -
XYZ 32.34 27.71 22.71 -
YUV 145.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 189 128 124 0 0.32 0.34 0.26 3.69 0.33 0.61
Hex BD 80 7C 0 20 22 1A 4 21 3D
Octal 275 200 174 0 40 42 32 4 41 75
Binary 10111101 10000000 1111100 0 100000 100010 11010 100 100001 111101

Color Harmonies of #BD807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD807C

Black with #BD807C

Text Example


Text Example

White with #BD807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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