Html Css Color HEX #BD5E5A Fuzzy Wuzzy Brown

📋 copy color: '#BD5E5A'

red 189 ◦ green 94 ◦ blue 90

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

Shades of Fuzzy Wuzzy Brown #BD5E5A

Tints of Fuzzy Wuzzy Brown #BD5E5A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.2%

 BLUE value IS 90 (35.55% from 255) = 24.13%

R = 50.67%
G = 25.2%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD5E5A (or 0xBD5E5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 5E and 5A. RGB value is (189,94,90). Sum of RGB (Red+Green+Blue) = 189+94+90=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E5A is #42A1A5. Grayscale: #7A7A7A. Windows color (decimal): -4366758 or 5922493. OLE color: 5922493.

HSL color Cylindrical-coordinate representation of color #BD5E5A: hue angle of 2.42º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5E5A is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 90 -
CMYK 0 0.50 0.52 0.26
HSL 2.42º 0.43% 0.55% -
HSV(B) 2.42º 0.52% 0.74% -
XYZ 26.83 19.56 12.03 -
YUV 121.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 189 94 90 0 0.50 0.52 0.26 2.42 0.43 0.55
Hex BD 5E 5A 0 32 34 1A 2 2B 37
Octal 275 136 132 0 62 64 32 2 53 67
Binary 10111101 1011110 1011010 0 110010 110100 11010 10 101011 110111

Color Harmonies of #BD5E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E5A

Black with #BD5E5A

Text Example


Text Example

White with #BD5E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E5A; }

 p { color: rgb(189,94,90); }

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

background-color css

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

 a { background-color: rgb(189,94,90); }

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

border-color css

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

 span { border-color: rgb(189,94,90); }

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