Html Css Color HEX #BD807D Brandy Rose

📋 copy color: '#BD807D'

red 189 ◦ green 128 ◦ blue 125

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

Shades of Brandy Rose #BD807D

Tints of Brandy Rose #BD807D

RGB

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

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

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

R = 42.76%
G = 28.96%
B = 28.28%

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

#BD807D (or 0xBD807D) is known color: Brandy Rose. HEX triplet: BD, 80 and 7D. RGB value is (189,128,125). Sum of RGB (Red+Green+Blue) = 189+128+125=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD807D is #427F82. Grayscale: #919191. Windows color (decimal): -4358019 or 8224957. OLE color: 8224957.

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

Color convert

RGB 189 128 125 -
CMYK 0 0.32 0.34 0.26
HSL 2.81º 0.33% 0.62% -
HSV(B) 2.81º 0.34% 0.74% -
XYZ 32.41 27.74 23.05 -
YUV 145.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 189 128 125 0 0.32 0.34 0.26 2.81 0.33 0.62
Hex BD 80 7D 0 20 22 1A 3 21 3E
Octal 275 200 175 0 40 42 32 3 41 76
Binary 10111101 10000000 1111101 0 100000 100010 11010 11 100001 111110

Color Harmonies of #BD807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD807D

Black with #BD807D

Text Example


Text Example

White with #BD807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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