Html Css Color HEX #BD857D Brandy Rose

📋 copy color: '#BD857D'

red 189 ◦ green 133 ◦ blue 125

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

Shades of Brandy Rose #BD857D

Tints of Brandy Rose #BD857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.75%

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

R = 42.28%
G = 29.75%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD857D (or 0xBD857D) is known color: Brandy Rose. HEX triplet: BD, 85 and 7D. RGB value is (189,133,125). Sum of RGB (Red+Green+Blue) = 189+133+125=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD857D is #427A82. Grayscale: #949494. Windows color (decimal): -4356739 or 8226237. OLE color: 8226237.

HSL color Cylindrical-coordinate representation of color #BD857D: hue angle of 7.5º 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 #BD857D is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 133 125 -
CMYK 0 0.30 0.34 0.26
HSL 7.5º 0.33% 0.62% -
HSV(B) 7.5º 0.34% 0.74% -
XYZ 33.08 29.07 23.27 -
YUV 148.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 189 133 125 0 0.30 0.34 0.26 7.5 0.33 0.62
Hex BD 85 7D 0 1E 22 1A 8 21 3E
Octal 275 205 175 0 36 42 32 10 41 76
Binary 10111101 10000101 1111101 0 11110 100010 11010 1000 100001 111110

Color Harmonies of #BD857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD857D

Black with #BD857D

Text Example


Text Example

White with #BD857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD857D; }

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

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

background-color css

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

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

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

border-color css

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

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

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