Html Css Color HEX #BD7F6F Brandy Rose

📋 copy color: '#BD7F6F'

red 189 ◦ green 127 ◦ blue 111

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

Shades of Brandy Rose #BD7F6F

Tints of Brandy Rose #BD7F6F

RGB

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

 GREEN value IS 127 (50% from 255) = 29.74%

 BLUE value IS 111 (43.75% from 255) = 26%

R = 44.26%
G = 29.74%
B = 26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD7F6F (or 0xBD7F6F) is known color: Brandy Rose. HEX triplet: BD, 7F and 6F. RGB value is (189,127,111). Sum of RGB (Red+Green+Blue) = 189+127+111=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F6F is #428090. Grayscale: #8F8F8F. Windows color (decimal): -4358289 or 7307197. OLE color: 7307197.

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

Color convert

RGB 189 127 111 -
CMYK 0 0.33 0.41 0.26
HSL 12.31º 0.37% 0.59% -
HSV(B) 12.31º 0.41% 0.74% -
XYZ 31.44 27.15 18.62 -
YUV 143.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 189 127 111 0 0.33 0.41 0.26 12.31 0.37 0.59
Hex BD 7F 6F 0 21 29 1A C 25 3B
Octal 275 177 157 0 41 51 32 14 45 73
Binary 10111101 1111111 1101111 0 100001 101001 11010 1100 100101 111011

Color Harmonies of #BD7F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F6F

Black with #BD7F6F

Text Example


Text Example

White with #BD7F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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