Html Css Color HEX #BD857B Brandy Rose

📋 copy color: '#BD857B'

red 189 ◦ green 133 ◦ blue 123

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

Shades of Brandy Rose #BD857B

Tints of Brandy Rose #BD857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.89%

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

R = 42.47%
G = 29.89%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD857B (or 0xBD857B) is known color: Brandy Rose. HEX triplet: BD, 85 and 7B. RGB value is (189,133,123). Sum of RGB (Red+Green+Blue) = 189+133+123=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD857B is #427A84. Grayscale: #949494. Windows color (decimal): -4356741 or 8095165. OLE color: 8095165.

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

Color convert

RGB 189 133 123 -
CMYK 0 0.30 0.35 0.26
HSL 9.09º 0.33% 0.61% -
HSV(B) 9.09º 0.35% 0.74% -
XYZ 32.95 29.02 22.6 -
YUV 148.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 189 133 123 0 0.30 0.35 0.26 9.09 0.33 0.61
Hex BD 85 7B 0 1E 23 1A 9 21 3D
Octal 275 205 173 0 36 43 32 11 41 75
Binary 10111101 10000101 1111011 0 11110 100011 11010 1001 100001 111101

Color Harmonies of #BD857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD857B

Black with #BD857B

Text Example


Text Example

White with #BD857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD857B; }

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

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

background-color css

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

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

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

border-color css

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

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

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