Html Css Color HEX #BD867F Brandy Rose

📋 copy color: '#BD867F'

red 189 ◦ green 134 ◦ blue 127

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

Shades of Brandy Rose #BD867F

Tints of Brandy Rose #BD867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.78%

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

R = 42%
G = 29.78%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD867F (or 0xBD867F) is known color: Brandy Rose. HEX triplet: BD, 86 and 7F. RGB value is (189,134,127). Sum of RGB (Red+Green+Blue) = 189+134+127=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD867F is #427980. Grayscale: #959595. Windows color (decimal): -4356481 or 8357565. OLE color: 8357565.

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

Color convert

RGB 189 134 127 -
CMYK 0 0.29 0.33 0.26
HSL 6.77º 0.32% 0.62% -
HSV(B) 6.77º 0.33% 0.74% -
XYZ 33.34 29.4 24 -
YUV 149.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 189 134 127 0 0.29 0.33 0.26 6.77 0.32 0.62
Hex BD 86 7F 0 1D 21 1A 7 20 3E
Octal 275 206 177 0 35 41 32 7 40 76
Binary 10111101 10000110 1111111 0 11101 100001 11010 111 100000 111110

Color Harmonies of #BD867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD867F

Black with #BD867F

Text Example


Text Example

White with #BD867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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