Html Css Color HEX #BD877B Brandy Rose

📋 copy color: '#BD877B'

red 189 ◦ green 135 ◦ blue 123

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

Shades of Brandy Rose #BD877B

Tints of Brandy Rose #BD877B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.52%

R = 42.28%
G = 30.2%
B = 27.52%

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

#BD877B (or 0xBD877B) is known color: Brandy Rose. HEX triplet: BD, 87 and 7B. RGB value is (189,135,123). Sum of RGB (Red+Green+Blue) = 189+135+123=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD877B is #427884. Grayscale: #959595. Windows color (decimal): -4356229 or 8095677. OLE color: 8095677.

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

Color convert

RGB 189 135 123 -
CMYK 0 0.29 0.35 0.26
HSL 10.91º 0.33% 0.61% -
HSV(B) 10.91º 0.35% 0.74% -
XYZ 33.23 29.58 22.7 -
YUV 149.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 189 135 123 0 0.29 0.35 0.26 10.91 0.33 0.61
Hex BD 87 7B 0 1D 23 1A B 21 3D
Octal 275 207 173 0 35 43 32 13 41 75
Binary 10111101 10000111 1111011 0 11101 100011 11010 1011 100001 111101

Color Harmonies of #BD877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD877B

Black with #BD877B

Text Example


Text Example

White with #BD877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD877B; }

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

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

background-color css

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

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

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

border-color css

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

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

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