Html Css Color HEX #BD7F7C Brandy Rose

📋 copy color: '#BD7F7C'

red 189 ◦ green 127 ◦ blue 124

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

Shades of Brandy Rose #BD7F7C

Tints of Brandy Rose #BD7F7C

RGB

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

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

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

R = 42.95%
G = 28.86%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD7F7C (or 0xBD7F7C) is known color: Brandy Rose. HEX triplet: BD, 7F and 7C. RGB value is (189,127,124). Sum of RGB (Red+Green+Blue) = 189+127+124=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F7C is #428083. Grayscale: #919191. Windows color (decimal): -4358276 or 8159165. OLE color: 8159165.

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

Color convert

RGB 189 127 124 -
CMYK 0 0.33 0.34 0.26
HSL 2.77º 0.33% 0.61% -
HSV(B) 2.77º 0.34% 0.74% -
XYZ 32.21 27.45 22.67 -
YUV 145.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 189 127 124 0 0.33 0.34 0.26 2.77 0.33 0.61
Hex BD 7F 7C 0 21 22 1A 3 21 3D
Octal 275 177 174 0 41 42 32 3 41 75
Binary 10111101 1111111 1111100 0 100001 100010 11010 11 100001 111101

Color Harmonies of #BD7F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F7C

Black with #BD7F7C

Text Example


Text Example

White with #BD7F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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