Html Css Color HEX #BD837F Brandy Rose

📋 copy color: '#BD837F'

red 189 ◦ green 131 ◦ blue 127

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

Shades of Brandy Rose #BD837F

Tints of Brandy Rose #BD837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.31%

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

R = 42.28%
G = 29.31%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD837F (or 0xBD837F) is known color: Brandy Rose. HEX triplet: BD, 83 and 7F. RGB value is (189,131,127). Sum of RGB (Red+Green+Blue) = 189+131+127=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD837F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD837F is #427C80. Grayscale: #939393. Windows color (decimal): -4357249 or 8356797. OLE color: 8356797.

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

Color convert

RGB 189 131 127 -
CMYK 0 0.31 0.33 0.26
HSL 3.87º 0.32% 0.62% -
HSV(B) 3.87º 0.33% 0.74% -
XYZ 32.93 28.58 23.86 -
YUV 147.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 189 131 127 0 0.31 0.33 0.26 3.87 0.32 0.62
Hex BD 83 7F 0 1F 21 1A 4 20 3E
Octal 275 203 177 0 37 41 32 4 40 76
Binary 10111101 10000011 1111111 0 11111 100001 11010 100 100000 111110

Color Harmonies of #BD837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD837F

Black with #BD837F

Text Example


Text Example

White with #BD837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD837F; }

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

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

background-color css

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

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

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

border-color css

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

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

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