Html Css Color HEX #BD877A Brandy Rose

📋 copy color: '#BD877A'

red 189 ◦ green 135 ◦ blue 122

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

Shades of Brandy Rose #BD877A

Tints of Brandy Rose #BD877A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.35%

R = 42.38%
G = 30.27%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD877A (or 0xBD877A) is known color: Brandy Rose. HEX triplet: BD, 87 and 7A. RGB value is (189,135,122). Sum of RGB (Red+Green+Blue) = 189+135+122=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD877A is #427885. Grayscale: #959595. Windows color (decimal): -4356230 or 8030141. OLE color: 8030141.

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

Color convert

RGB 189 135 122 -
CMYK 0 0.29 0.35 0.26
HSL 11.64º 0.34% 0.61% -
HSV(B) 11.64º 0.35% 0.74% -
XYZ 33.16 29.55 22.37 -
YUV 149.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 189 135 122 0 0.29 0.35 0.26 11.64 0.34 0.61
Hex BD 87 7A 0 1D 23 1A C 22 3D
Octal 275 207 172 0 35 43 32 14 42 75
Binary 10111101 10000111 1111010 0 11101 100011 11010 1100 100010 111101

Color Harmonies of #BD877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD877A

Black with #BD877A

Text Example


Text Example

White with #BD877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD877A; }

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

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

background-color css

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

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

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

border-color css

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

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

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