Html Css Color HEX #BD7E6A Brandy Rose

📋 copy color: '#BD7E6A'

red 189 ◦ green 126 ◦ blue 106

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

Shades of Brandy Rose #BD7E6A

Tints of Brandy Rose #BD7E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.18%

R = 44.89%
G = 29.93%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD7E6A (or 0xBD7E6A) is known color: Brandy Rose. HEX triplet: BD, 7E and 6A. RGB value is (189,126,106). Sum of RGB (Red+Green+Blue) = 189+126+106=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E6A is #428195. Grayscale: #8E8E8E. Windows color (decimal): -4358550 or 6979261. OLE color: 6979261.

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

Color convert

RGB 189 126 106 -
CMYK 0 0.33 0.44 0.26
HSL 14.46º 0.39% 0.58% -
HSV(B) 14.46º 0.44% 0.74% -
XYZ 31.05 26.78 17.17 -
YUV 142.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 189 126 106 0 0.33 0.44 0.26 14.46 0.39 0.58
Hex BD 7E 6A 0 21 2C 1A E 27 3A
Octal 275 176 152 0 41 54 32 16 47 72
Binary 10111101 1111110 1101010 0 100001 101100 11010 1110 100111 111010

Color Harmonies of #BD7E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E6A

Black with #BD7E6A

Text Example


Text Example

White with #BD7E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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