Html Css Color HEX #BD837D Brandy Rose

📋 copy color: '#BD837D'

red 189 ◦ green 131 ◦ blue 125

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

Shades of Brandy Rose #BD837D

Tints of Brandy Rose #BD837D

RGB

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

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

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

R = 42.47%
G = 29.44%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD837D (or 0xBD837D) is known color: Brandy Rose. HEX triplet: BD, 83 and 7D. RGB value is (189,131,125). Sum of RGB (Red+Green+Blue) = 189+131+125=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD837D is #427C82. Grayscale: #939393. Windows color (decimal): -4357251 or 8225725. OLE color: 8225725.

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

Color convert

RGB 189 131 125 -
CMYK 0 0.31 0.34 0.26
HSL 5.63º 0.33% 0.62% -
HSV(B) 5.63º 0.34% 0.74% -
XYZ 32.8 28.53 23.18 -
YUV 147.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 189 131 125 0 0.31 0.34 0.26 5.63 0.33 0.62
Hex BD 83 7D 0 1F 22 1A 6 21 3E
Octal 275 203 175 0 37 42 32 6 41 76
Binary 10111101 10000011 1111101 0 11111 100010 11010 110 100001 111110

Color Harmonies of #BD837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD837D

Black with #BD837D

Text Example


Text Example

White with #BD837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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