Html Css Color HEX #BD817F Brandy Rose

📋 copy color: '#BD817F'

red 189 ◦ green 129 ◦ blue 127

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

Shades of Brandy Rose #BD817F

Tints of Brandy Rose #BD817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.99%

 BLUE value IS 127 (50% from 255) = 28.54%

R = 42.47%
G = 28.99%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD817F (or 0xBD817F) is known color: Brandy Rose. HEX triplet: BD, 81 and 7F. RGB value is (189,129,127). Sum of RGB (Red+Green+Blue) = 189+129+127=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD817F is #427E80. Grayscale: #929292. Windows color (decimal): -4357761 or 8356285. OLE color: 8356285.

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

Color convert

RGB 189 129 127 -
CMYK 0 0.32 0.33 0.26
HSL 1.94º 0.32% 0.62% -
HSV(B) 1.94º 0.33% 0.74% -
XYZ 32.67 28.05 23.77 -
YUV 146.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 189 129 127 0 0.32 0.33 0.26 1.94 0.32 0.62
Hex BD 81 7F 0 20 21 1A 2 20 3E
Octal 275 201 177 0 40 41 32 2 40 76
Binary 10111101 10000001 1111111 0 100000 100001 11010 10 100000 111110

Color Harmonies of #BD817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD817F

Black with #BD817F

Text Example


Text Example

White with #BD817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD817F; }

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

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

background-color css

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

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

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

border-color css

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

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

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