Html Css Color HEX #BD8574 Brandy Rose

📋 copy color: '#BD8574'

red 189 ◦ green 133 ◦ blue 116

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

Shades of Brandy Rose #BD8574

Tints of Brandy Rose #BD8574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.37%

 BLUE value IS 116 (45.7% from 255) = 26.48%

R = 43.15%
G = 30.37%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD8574 (or 0xBD8574) is known color: Brandy Rose. HEX triplet: BD, 85 and 74. RGB value is (189,133,116). Sum of RGB (Red+Green+Blue) = 189+133+116=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8574 is #427A8B. Grayscale: #939393. Windows color (decimal): -4356748 or 7636413. OLE color: 7636413.

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

Color convert

RGB 189 133 116 -
CMYK 0 0.30 0.39 0.26
HSL 13.97º 0.36% 0.6% -
HSV(B) 13.97º 0.39% 0.74% -
XYZ 32.53 28.85 20.38 -
YUV 147.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 189 133 116 0 0.30 0.39 0.26 13.97 0.36 0.6
Hex BD 85 74 0 1E 27 1A E 24 3C
Octal 275 205 164 0 36 47 32 16 44 74
Binary 10111101 10000101 1110100 0 11110 100111 11010 1110 100100 111100

Color Harmonies of #BD8574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8574

Black with #BD8574

Text Example


Text Example

White with #BD8574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8574; }

 p { color: rgb(189,133,116); }

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

background-color css

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

 a { background-color: rgb(189,133,116); }

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

border-color css

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

 span { border-color: rgb(189,133,116); }

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