Html Css Color HEX #BD857C Brandy Rose

📋 copy color: '#BD857C'

red 189 ◦ green 133 ◦ blue 124

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

Shades of Brandy Rose #BD857C

Tints of Brandy Rose #BD857C

RGB

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

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

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

R = 42.38%
G = 29.82%
B = 27.8%

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

#BD857C (or 0xBD857C) is known color: Brandy Rose. HEX triplet: BD, 85 and 7C. RGB value is (189,133,124). Sum of RGB (Red+Green+Blue) = 189+133+124=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD857C is #427A83. Grayscale: #949494. Windows color (decimal): -4356740 or 8160701. OLE color: 8160701.

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

Color convert

RGB 189 133 124 -
CMYK 0 0.30 0.34 0.26
HSL 8.31º 0.33% 0.61% -
HSV(B) 8.31º 0.34% 0.74% -
XYZ 33.01 29.05 22.94 -
YUV 148.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 189 133 124 0 0.30 0.34 0.26 8.31 0.33 0.61
Hex BD 85 7C 0 1E 22 1A 8 21 3D
Octal 275 205 174 0 36 42 32 10 41 75
Binary 10111101 10000101 1111100 0 11110 100010 11010 1000 100001 111101

Color Harmonies of #BD857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD857C

Black with #BD857C

Text Example


Text Example

White with #BD857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD857C; }

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

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

background-color css

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

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

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

border-color css

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

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

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