Html Css Color HEX #BD8E7F Brandy Rose

📋 copy color: '#BD8E7F'

red 189 ◦ green 142 ◦ blue 127

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

Shades of Brandy Rose #BD8E7F

Tints of Brandy Rose #BD8E7F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31%

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

R = 41.27%
G = 31%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD8E7F (or 0xBD8E7F) is known color: Brandy Rose. HEX triplet: BD, 8E and 7F. RGB value is (189,142,127). Sum of RGB (Red+Green+Blue) = 189+142+127=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E7F is #427180. Grayscale: #9A9A9A. Windows color (decimal): -4354433 or 8359613. OLE color: 8359613.

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

Color convert

RGB 189 142 127 -
CMYK 0 0.25 0.33 0.26
HSL 14.52º 0.32% 0.62% -
HSV(B) 14.52º 0.33% 0.74% -
XYZ 34.49 31.7 24.38 -
YUV 154.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 189 142 127 0 0.25 0.33 0.26 14.52 0.32 0.62
Hex BD 8E 7F 0 19 21 1A F 20 3E
Octal 275 216 177 0 31 41 32 17 40 76
Binary 10111101 10001110 1111111 0 11001 100001 11010 1111 100000 111110

Color Harmonies of #BD8E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E7F

Black with #BD8E7F

Text Example


Text Example

White with #BD8E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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