Html Css Color HEX #BD877D Brandy Rose

📋 copy color: '#BD877D'

red 189 ◦ green 135 ◦ blue 125

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

Shades of Brandy Rose #BD877D

Tints of Brandy Rose #BD877D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 42.09%
G = 30.07%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD877D (or 0xBD877D) is known color: Brandy Rose. HEX triplet: BD, 87 and 7D. RGB value is (189,135,125). Sum of RGB (Red+Green+Blue) = 189+135+125=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD877D is #427882. Grayscale: #969696. Windows color (decimal): -4356227 or 8226749. OLE color: 8226749.

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

Color convert

RGB 189 135 125 -
CMYK 0 0.29 0.34 0.26
HSL 9.38º 0.33% 0.62% -
HSV(B) 9.38º 0.34% 0.74% -
XYZ 33.35 29.63 23.36 -
YUV 150.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 189 135 125 0 0.29 0.34 0.26 9.38 0.33 0.62
Hex BD 87 7D 0 1D 22 1A 9 21 3E
Octal 275 207 175 0 35 42 32 11 41 76
Binary 10111101 10000111 1111101 0 11101 100010 11010 1001 100001 111110

Color Harmonies of #BD877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD877D

Black with #BD877D

Text Example


Text Example

White with #BD877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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