Html Css Color HEX #BD7E6E Brandy Rose

📋 copy color: '#BD7E6E'

red 189 ◦ green 126 ◦ blue 110

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

Shades of Brandy Rose #BD7E6E

Tints of Brandy Rose #BD7E6E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.65%

 BLUE value IS 110 (43.36% from 255) = 25.88%

R = 44.47%
G = 29.65%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD7E6E (or 0xBD7E6E) is known color: Brandy Rose. HEX triplet: BD, 7E and 6E. RGB value is (189,126,110). Sum of RGB (Red+Green+Blue) = 189+126+110=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E6E is #428191. Grayscale: #8F8F8F. Windows color (decimal): -4358546 or 7241405. OLE color: 7241405.

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

Color convert

RGB 189 126 110 -
CMYK 0 0.33 0.42 0.26
HSL 12.15º 0.37% 0.59% -
HSV(B) 12.15º 0.42% 0.74% -
XYZ 31.26 26.87 18.29 -
YUV 143.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 189 126 110 0 0.33 0.42 0.26 12.15 0.37 0.59
Hex BD 7E 6E 0 21 2A 1A C 25 3B
Octal 275 176 156 0 41 52 32 14 45 73
Binary 10111101 1111110 1101110 0 100001 101010 11010 1100 100101 111011

Color Harmonies of #BD7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E6E

Black with #BD7E6E

Text Example


Text Example

White with #BD7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E6E; }

 p { color: rgb(189,126,110); }

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

background-color css

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

 a { background-color: rgb(189,126,110); }

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

border-color css

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

 span { border-color: rgb(189,126,110); }

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