Html Css Color HEX #BD827C Brandy Rose

📋 copy color: '#BD827C'

red 189 ◦ green 130 ◦ blue 124

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

Shades of Brandy Rose #BD827C

Tints of Brandy Rose #BD827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.35%

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

R = 42.66%
G = 29.35%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD827C (or 0xBD827C) is known color: Brandy Rose. HEX triplet: BD, 82 and 7C. RGB value is (189,130,124). Sum of RGB (Red+Green+Blue) = 189+130+124=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD827C is #427D83. Grayscale: #939393. Windows color (decimal): -4357508 or 8159933. OLE color: 8159933.

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

Color convert

RGB 189 130 124 -
CMYK 0 0.31 0.34 0.26
HSL 5.54º 0.33% 0.61% -
HSV(B) 5.54º 0.34% 0.74% -
XYZ 32.61 28.24 22.8 -
YUV 146.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 189 130 124 0 0.31 0.34 0.26 5.54 0.33 0.61
Hex BD 82 7C 0 1F 22 1A 6 21 3D
Octal 275 202 174 0 37 42 32 6 41 75
Binary 10111101 10000010 1111100 0 11111 100010 11010 110 100001 111101

Color Harmonies of #BD827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD827C

Black with #BD827C

Text Example


Text Example

White with #BD827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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