Html Css Color HEX #BD847B Brandy Rose

📋 copy color: '#BD847B'

red 189 ◦ green 132 ◦ blue 123

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

Shades of Brandy Rose #BD847B

Tints of Brandy Rose #BD847B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.73%

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

R = 42.57%
G = 29.73%
B = 27.7%

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

#BD847B (or 0xBD847B) is known color: Brandy Rose. HEX triplet: BD, 84 and 7B. RGB value is (189,132,123). Sum of RGB (Red+Green+Blue) = 189+132+123=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD847B is #427B84. Grayscale: #949494. Windows color (decimal): -4356997 or 8094909. OLE color: 8094909.

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

Color convert

RGB 189 132 123 -
CMYK 0 0.30 0.35 0.26
HSL 8.18º 0.33% 0.61% -
HSV(B) 8.18º 0.35% 0.74% -
XYZ 32.81 28.75 22.56 -
YUV 148.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 189 132 123 0 0.30 0.35 0.26 8.18 0.33 0.61
Hex BD 84 7B 0 1E 23 1A 8 21 3D
Octal 275 204 173 0 36 43 32 10 41 75
Binary 10111101 10000100 1111011 0 11110 100011 11010 1000 100001 111101

Color Harmonies of #BD847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD847B

Black with #BD847B

Text Example


Text Example

White with #BD847B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD847B; }

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

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

background-color css

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

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

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

border-color css

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

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

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