Html Css Color HEX #BD615E Sunglo

📋 copy color: '#BD615E'

red 189 ◦ green 97 ◦ blue 94

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

Shades of Sunglo #BD615E

Tints of Sunglo #BD615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.53%

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 49.74%
G = 25.53%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD615E (or 0xBD615E) is known color: Sunglo. HEX triplet: BD, 61 and 5E. RGB value is (189,97,94). Sum of RGB (Red+Green+Blue) = 189+97+94=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD615E is #429EA1. Grayscale: #7C7C7C. Windows color (decimal): -4365986 or 6185405. OLE color: 6185405.

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

Color convert

RGB 189 97 94 -
CMYK 0 0.49 0.50 0.26
HSL 1.89º 0.42% 0.55% -
HSV(B) 1.89º 0.5% 0.74% -
XYZ 27.28 20.18 13.05 -
YUV 124.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 189 97 94 0 0.49 0.50 0.26 1.89 0.42 0.55
Hex BD 61 5E 0 31 32 1A 2 2A 37
Octal 275 141 136 0 61 62 32 2 52 67
Binary 10111101 1100001 1011110 0 110001 110010 11010 10 101010 110111

Color Harmonies of #BD615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD615E

Black with #BD615E

Text Example


Text Example

White with #BD615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD615E; }

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

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

background-color css

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

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

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

border-color css

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

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

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