Html Css Color HEX #BD837B Brandy Rose

📋 copy color: '#BD837B'

red 189 ◦ green 131 ◦ blue 123

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

Shades of Brandy Rose #BD837B

Tints of Brandy Rose #BD837B

RGB

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

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

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

R = 42.66%
G = 29.57%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD837B (or 0xBD837B) is known color: Brandy Rose. HEX triplet: BD, 83 and 7B. RGB value is (189,131,123). Sum of RGB (Red+Green+Blue) = 189+131+123=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD837B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD837B is #427C84. Grayscale: #939393. Windows color (decimal): -4357253 or 8094653. OLE color: 8094653.

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

Color convert

RGB 189 131 123 -
CMYK 0 0.31 0.35 0.26
HSL 7.27º 0.33% 0.61% -
HSV(B) 7.27º 0.35% 0.74% -
XYZ 32.68 28.48 22.51 -
YUV 147.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 189 131 123 0 0.31 0.35 0.26 7.27 0.33 0.61
Hex BD 83 7B 0 1F 23 1A 7 21 3D
Octal 275 203 173 0 37 43 32 7 41 75
Binary 10111101 10000011 1111011 0 11111 100011 11010 111 100001 111101

Color Harmonies of #BD837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD837B

Black with #BD837B

Text Example


Text Example

White with #BD837B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD837B; }

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

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

background-color css

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

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

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

border-color css

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

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

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