Html Css Color HEX #BD877E Brandy Rose

📋 copy color: '#BD877E'

red 189 ◦ green 135 ◦ blue 126

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

Shades of Brandy Rose #BD877E

Tints of Brandy Rose #BD877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30%

 BLUE value IS 126 (49.61% from 255) = 28%

R = 42%
G = 30%
B = 28%

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

#BD877E (or 0xBD877E) is known color: Brandy Rose. HEX triplet: BD, 87 and 7E. RGB value is (189,135,126). Sum of RGB (Red+Green+Blue) = 189+135+126=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD877E is #427881. Grayscale: #969696. Windows color (decimal): -4356226 or 8292285. OLE color: 8292285.

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

Color convert

RGB 189 135 126 -
CMYK 0 0.29 0.33 0.26
HSL 8.57º 0.32% 0.62% -
HSV(B) 8.57º 0.33% 0.74% -
XYZ 33.42 29.65 23.7 -
YUV 150.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 189 135 126 0 0.29 0.33 0.26 8.57 0.32 0.62
Hex BD 87 7E 0 1D 21 1A 9 20 3E
Octal 275 207 176 0 35 41 32 11 40 76
Binary 10111101 10000111 1111110 0 11101 100001 11010 1001 100000 111110

Color Harmonies of #BD877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD877E

Black with #BD877E

Text Example


Text Example

White with #BD877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD877E; }

 p { color: rgb(189,135,126); }

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

background-color css

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

 a { background-color: rgb(189,135,126); }

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

border-color css

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

 span { border-color: rgb(189,135,126); }

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