Html Css Color HEX #BD857F Brandy Rose

📋 copy color: '#BD857F'

red 189 ◦ green 133 ◦ blue 127

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

Shades of Brandy Rose #BD857F

Tints of Brandy Rose #BD857F

RGB

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

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

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

R = 42.09%
G = 29.62%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD857F (or 0xBD857F) is known color: Brandy Rose. HEX triplet: BD, 85 and 7F. RGB value is (189,133,127). Sum of RGB (Red+Green+Blue) = 189+133+127=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD857F is #427A80. Grayscale: #959595. Windows color (decimal): -4356737 or 8357309. OLE color: 8357309.

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

Color convert

RGB 189 133 127 -
CMYK 0 0.30 0.33 0.26
HSL 5.81º 0.32% 0.62% -
HSV(B) 5.81º 0.33% 0.74% -
XYZ 33.2 29.13 23.95 -
YUV 149.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 189 133 127 0 0.30 0.33 0.26 5.81 0.32 0.62
Hex BD 85 7F 0 1E 21 1A 6 20 3E
Octal 275 205 177 0 36 41 32 6 40 76
Binary 10111101 10000101 1111111 0 11110 100001 11010 110 100000 111110

Color Harmonies of #BD857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD857F

Black with #BD857F

Text Example


Text Example

White with #BD857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD857F; }

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

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

background-color css

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

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

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

border-color css

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

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

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