Html Css Color HEX #BD7B71 Brandy Rose

📋 copy color: '#BD7B71'

red 189 ◦ green 123 ◦ blue 113

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

Shades of Brandy Rose #BD7B71

Tints of Brandy Rose #BD7B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.94%

 BLUE value IS 113 (44.53% from 255) = 26.59%

R = 44.47%
G = 28.94%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD7B71 (or 0xBD7B71) is known color: Brandy Rose. HEX triplet: BD, 7B and 71. RGB value is (189,123,113). Sum of RGB (Red+Green+Blue) = 189+123+113=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B71 is #42848E. Grayscale: #8D8D8D. Windows color (decimal): -4359311 or 7437245. OLE color: 7437245.

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

Color convert

RGB 189 123 113 -
CMYK 0 0.35 0.40 0.26
HSL 7.89º 0.37% 0.59% -
HSV(B) 7.89º 0.4% 0.74% -
XYZ 31.05 26.18 19.04 -
YUV 141.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 189 123 113 0 0.35 0.40 0.26 7.89 0.37 0.59
Hex BD 7B 71 0 23 28 1A 8 25 3B
Octal 275 173 161 0 43 50 32 10 45 73
Binary 10111101 1111011 1110001 0 100011 101000 11010 1000 100101 111011

Color Harmonies of #BD7B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B71

Black with #BD7B71

Text Example


Text Example

White with #BD7B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B71; }

 p { color: rgb(189,123,113); }

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

background-color css

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

 a { background-color: rgb(189,123,113); }

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

border-color css

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

 span { border-color: rgb(189,123,113); }

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